Description

Fine-grained control over model context protocol clients, servers, and tools. Context is God.

Installation

npx -y mcpgod-cli
npm install mcpgod-cli
git clone https://github.com/mcpgod/cli

Claude Desktop Configuration

Add this configuration to your Claude Desktop config file to enable this MCP server:

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

Config file location: %APPDATA%\Claude\claude_desktop_config.json

Config file location: ~/.config/Claude/claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "mcpgod-cli": {
      "command": "npx",
      "args": [
        "-y",
        "mcpgod-cli"
      ]
    }
  }
}