Skip to content
Grok

codebase chat for Grok

io.github.shinzarou-eng/codebase-chat

Local-first codebase intelligence: cited answers, audits, reports. EN/FR.

client:Grok transport:stdio runtime:npm

Install codebase chat in Grok

.mcp.json (in your project root)

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

codebase chat in other clients