Skip to content
Grok

Code Relay for Grok

io.github.zarcherlot/code-relay

Branch-scoped runbooks, remote checkpoints, and auditable verification receipts.

client:Grok transport:stdio runtime:npm

Install Code Relay in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "code-relay": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "code-relay-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

Code Relay in other clients