Skip to content
Grok

RepoRelay for Grok

io.github.lukie-81/reporelay

Bounded local MCP access to one approved repository for AI read/search and structured handoffs.

client:Grok transport:stdio runtime:npm

Install RepoRelay in Grok

.mcp.json (in your project root)

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

RepoRelay in other clients