{"id":26540971,"url":"https://github.com/mcpgod/cli","last_synced_at":"2025-04-09T05:12:32.077Z","repository":{"id":281740027,"uuid":"946251174","full_name":"mcpgod/cli","owner":"mcpgod","description":"Fine-grained control over model context protocol (MCP) clients, servers, and tools. Context is God.","archived":false,"fork":false,"pushed_at":"2025-03-21T14:01:45.000Z","size":223,"stargazers_count":100,"open_issues_count":1,"forks_count":6,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-02T04:05:36.812Z","etag":null,"topics":["mcp","mcp-admin","mcp-analytics","mcp-client","mcp-ops","mcp-server","mcp-tools","modelcontextprotocol"],"latest_commit_sha":null,"homepage":"https://github.com/mcpgod/cli","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mcpgod.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-10T21:10:11.000Z","updated_at":"2025-03-31T03:33:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"a1a99a47-8804-4be7-aafe-2dd4fab7b2d2","html_url":"https://github.com/mcpgod/cli","commit_stats":null,"previous_names":["mcpgod/cli"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcpgod%2Fcli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcpgod%2Fcli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcpgod%2Fcli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcpgod%2Fcli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mcpgod","download_url":"https://codeload.github.com/mcpgod/cli/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247980844,"owners_count":21027808,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["mcp","mcp-admin","mcp-analytics","mcp-client","mcp-ops","mcp-server","mcp-tools","modelcontextprotocol"],"created_at":"2025-03-22T01:01:46.885Z","updated_at":"2025-04-09T05:12:32.056Z","avatar_url":"https://github.com/mcpgod.png","language":"TypeScript","readme":"# MCPGod\n\u003e Fine-grained control over model context protocol (MCP) clients, servers, and tools. Context is God.\n\n[![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)\n[![Version](https://img.shields.io/npm/v/mcpgod.svg)](https://npmjs.org/package/mcpgod)\n[![Downloads/week](https://img.shields.io/npm/dw/mcpgod.svg)](https://npmjs.org/package/mcpgod)\n[![License](https://img.shields.io/npm/l/mcpgod.svg)](LICENSE)\n\n## Overview\n\n**MCPGod** is a CLI tool designed to help developers manage MCP servers with speed and ease. Whether you need to add, run, list, or remove servers—or even interact with server tools—**MCPGod** provides a streamlined interface to handle all these tasks on Windows, macOS, or Linux.\n\n## Features\n\n- **Client Management**  \n  Add, remove, and list MCP servers for specific clients.\n- **Tool Discovery**\n  List every tool on any MCP server.\n- **Tool Calling**\n  Run any tool on any MCP server directly from the command line.\n- **Tool/Client Permissions**\n  Allow or block specific tools for specific clients.\n- **Detailed Logging**\n  Log every server run from every client, with timestamps and clean output for easy debugging.\n\n## Installation\n\nInstall **mcpgod** globally using `npm`:\n\n```sh\nnpm install -g mcpgod\n```\n\nVerify the installation:\n\n```sh\ngod --version\n```\n\nOr run directly with `npx`.\n\n```sh\nnpx -y mcpgod\n```\n\n## Usage\n\nAccess the CLI with the `god` command (or `npx -y mcpgod`). Below are some common examples:\n\n- **Add a Server to a Client**\n\n  Add an MCP server to a client (e.g., Claude) with `god add \u003cSERVER\u003e -c \u003cCLIENT\u003e`:\n\n  ```sh\n  god add @modelcontextprotocol/server-everything -c claude\n  ```\n\n- **Only Add Specific Tools to a Client**\n\n  Only add specific tools to a client with `god add \u003cSERVER\u003e -c \u003cCLIENT\u003e --tools=\u003cCOMMA_DELIMITED_LIST\u003e`:\n\n  ```sh\n  god add @modelcontextprotocol/server-everything -c claude --tools=echo,add\n  ```\n\n- **List Servers for a Client**\n\n  List all configured servers for a specific client with `god list -c \u003cCLIENT\u003e`:\n\n  ```sh\n  god list -c claude\n  ```\n\n- **Remove a Server**\n\n  Remove an MCP server from your client's configuration with `god remove \u003cSERVER\u003e -c \u003cCLIENT\u003e`:\n\n  ```sh\n  god remove @modelcontextprotocol/server-everything -c claude\n  ```\n\n- **Run a Server**\n\n  Run a server process with detailed logging with `god run \u003cSERVER\u003e`:\n\n  ```sh\n  god run @modelcontextprotocol/server-everything\n  ```\n\n- **List Available Tools for a Server**\n\n  Display the list of tools available on a server with `god tools \u003cSERVER\u003e`:\n\n  ```sh\n  god tools @modelcontextprotocol/server-everything\n  ```\n\n- **Call a Specific Tool on a Server**\n\n  Interact with a tool by passing key-value properties with `god tool \u003cSERVER\u003e \u003cTOOL\u003e [optional parameters]`:\n\n  ```sh\n  god tool @modelcontextprotocol/server-everything add a=59 b=40\n  ```\n\nFor a complete list of commands and options, simply run:\n\n```sh\ngod --help\n```\n\n\n## Logging\n\nWhen running a server, **mcpgod** logs output to:\n\n```plaintext\n~/mcpgod/logs\n```\n\nEach log file is organized by server name and timestamped to help you trace and debug any issues that arise.\n\n## Development\n\n**mcpgod** is built with the [Oclif](https://oclif.io) framework and uses the [Model Context Protocol SDK](https://modelcontextprotocol.org) for robust interactions with MCP servers.\n\nClone the repository to get started with development:\n\n```sh\ngit clone https://github.com/mcpgod/cli.git\ncd mcpgod\nnpm install\n```\n\nRun the CLI in development mode:\n\n```sh\n./bin/dev\n```\n\n## Contributing\n\nContributions are always welcome! To contribute:\n\n1. **Fork** the repository.\n2. **Create a branch**:  \n   ```sh\n   git checkout -b feature/your-feature\n   ```\n3. **Make your changes**, and commit them:  \n   ```sh\n   git commit -am 'Add new feature'\n   ```\n4. **Push** your branch:  \n   ```sh\n   git push origin feature/your-feature\n   ```\n5. **Open a Pull Request** on GitHub.\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE).\n\n---\n\n## Additional Resources\n\n- [Oclif CLI Framework](https://oclif.io)\n- [Model Context Protocol](https://modelcontextprotocol.org)\n- [npm Package mcpgod](https://npmjs.org/package/mcpgod)\n\n---\n","funding_links":[],"categories":["📚 Projects (1974 total)","TypeScript"],"sub_categories":["MCP Servers"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcpgod%2Fcli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmcpgod%2Fcli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcpgod%2Fcli/lists"}