Skip to content
Claude Desktop

codeindex for Claude Desktop

io.github.munhq/codeindex

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

client:Claude Desktop transport:stdio runtime:npm

Install codeindex in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "codeindex": {
      "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>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

codeindex in other clients