codeindex for Zed
io.github.munhq/codeindex
Structural code intelligence over MCP: symbols, callers, imports and blast radius, 40+ languages.
client:Zed
transport:stdio
runtime:npm
Install codeindex in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"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>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs