Skip to content

claude context bridge for Grok

io.github.phoenixfeuer32/claude-context-bridge

Share context and questions between Claude instances — VS Code, claude.ai web, and mobile.

client:Grok transport:streamable-http

Install claude context bridge in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "claude-context-bridge": {
      "type": "http",
      "url": "https://claude-context-bridge.fly.dev/mcp"
    }
  }
}

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 context bridge in other clients