Skip to content
Grok

codeindex for Grok

io.github.munhq/codeindex

Structural code intelligence over MCP: symbols, callers, imports and blast radius, 40+ languages.

client:Grok transport:stdio runtime:npm

Install codeindex 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": {
    "codeindex": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@munhq/codeindex"
      ],
      "env": {
        "CODEINDEX_WORKSPACE": "<CODEINDEX_WORKSPACE>",
        "CODEINDEX_NO_DAEMON": "<CODEINDEX_NO_DAEMON>",
        "CODEINDEX_DAEMON_IDLE_SECS": "<CODEINDEX_DAEMON_IDLE_SECS>"
      }
    }
  }
}

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

codeindex in other clients