Skip to content
Grok

Claude Bridge for Grok

io.github.constripacity/claude-code-bridge

Durable local-first MCP relay for independent coding agents.

client:Grok transport:stdio runtime:pypi

Install Claude Bridge 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": {
    "claude-code-bridge": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "claude-code-bridge"
      ],
      "env": {
        "CLAUDE_BRIDGE_DB": "<CLAUDE_BRIDGE_DB>",
        "CLAUDE_BRIDGE_AUTH_TOKEN": "<CLAUDE_BRIDGE_AUTH_TOKEN>"
      }
    }
  }
}

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

Claude Bridge in other clients