Skip to content
Grok

Doc Bridge for Grok

io.github.agentskit-io/doc-bridge

Resolve documentation ownership, edit roots, checks, and human handoffs before an agent edits code.

client:Grok transport:stdio runtime:npm

Install Doc Bridge in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "doc-bridge": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@agentskit/doc-bridge"
      ]
    }
  }
}

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

Doc Bridge in other clients