Skip to content
Grok

context bridge for Grok

io.github.prateekg7/context-bridge

Context portability MCP server for compressing, formatting, and resuming AI conversation handoffs.

client:Grok transport:stdio runtime:npm

Install context 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": {
    "context-bridge": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@contextbridge_ai/mcp"
      ],
      "env": {
        "OPENAI_API_KEY": "<OPENAI_API_KEY>",
        "OPENAI_MODEL": "<OPENAI_MODEL>",
        "CONTEXTBRIDGE_HOSTED_URL": "<CONTEXTBRIDGE_HOSTED_URL>",
        "CONTEXTBRIDGE_HOSTED_API_KEY": "<CONTEXTBRIDGE_HOSTED_API_KEY>",
        "CONTEXTBRIDGE_HOSTED_MODEL": "<CONTEXTBRIDGE_HOSTED_MODEL>"
      }
    }
  }
}

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

context bridge in other clients