Skip to content
Grok

cli bridge mcp for Grok

io.github.joaoberne/cli-bridge-mcp

Other AI CLIs (Gemini, GPT, Claude, opencode, Ollama) as a council — ban-safe, no API keys.

client:Grok transport:stdio runtime:pypi

Install cli bridge mcp in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "cli-bridge-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "cli-bridge-mcp"
      ],
      "env": {
        "CLI_BRIDGE_PROFILE": "<CLI_BRIDGE_PROFILE>",
        "CLI_BRIDGE_TERSE": "<CLI_BRIDGE_TERSE>",
        "CLI_BRIDGE_CACHE_TTL_S": "<CLI_BRIDGE_CACHE_TTL_S>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

cli bridge mcp in other clients