MCPGod
@mcpgod
MCPGod について
Fine-grained control over model context protocol (MCP) clients, servers, and tools. Context is God.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"cli-mcpgod": {
"command": "npx",
"args": [
"-y",
"mcpgod"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is MCPGod?
MCPGod is a CLI tool designed for fine-grained control over Model Context Protocol (MCP) clients, servers, and tools. It helps developers add, run, list, remove servers, and interact with server tools on Windows, macOS, or Linux.
How to use MCPGod?
Install globally with npm install -g mcpgod then use the mcpgod command. Common operations include adding a server to a client with mcpgod add <SERVER> -c <CLIENT>, listing servers, removing them, running a server, listing tools with mcpgod tools <SERVER>, and calling a tool with mcpgod tool <SERVER> <TOOL> [parameters].
Key features of MCPGod
- Add, remove, and list MCP servers for specific clients.
- Discover and list every tool on any MCP server.
- Call any tool on any server from the command line.
- Allow or block specific tools for specific clients.
- Detailed logging of every server run with timestamps.
Use cases of MCPGod
- Add an MCP server (e.g., @modelcontextprotocol/server-everything) to a client like Claude.
- Add only specific tools (e.g., echo, add) from a server to a client.
- List all configured servers for a client and remove unwanted ones.
- Discover available tools on any server and call them with custom parameters.
- Debug server issues by reading timestamped logs stored under ~/mcpgod/logs.
FAQ from MCPGod
How do I install MCPGod?
Install globally via npm: npm install -g mcpgod. Verify with mcpgod --version. You can also run directly with npx -y mcpgod.
How do I add a server to a specific client?
Use mcpgod add <SERVER> -c <CLIENT>. To add only specific tools, append --tools=<COMMA_DELIMITED_LIST>.
Where are logs stored?
Logs are saved to ~/mcpgod/logs, organized by server name and timestamped for easy debugging.
What platforms does MCPGod support?
MCPGod runs on Windows, macOS, and Linux. It requires Node.js and npm.
Can I call a tool on a server from the command line?
Yes, use mcpgod tool <SERVER> <TOOL> [parameters] to pass key-value properties and execute the tool.
「開発者ツール」の他のコンテンツ
nuxt-mcp / vite-plugin-mcp
antfuMCP server helping models to understand your Vite/Nuxt app better.
DevDocs by CyberAGI 🚀
cyberagiincCompletely free, private, UI based Tech Documentation MCP server. Designed for coders and software developers in mind. Easily integrate into Cursor, Windsurf, Cline, Roo Code, Claude Desktop App
MCP-Scan: An MCP Security Scanner
invariantlabs-aiSecurity scanner for AI agents, MCP servers and agent skills.
test
prysmaticlabsGo implementation of Ethereum proof of stake
mcp-excalidraw
yctimlinMCP server and Claude Code skill for Excalidraw — programmatic canvas toolkit to create, edit, and export diagrams via AI agents with real-time canvas sync.
コメント