index server for Zed
io.github.jagilber-org/index-server
MCP instruction indexing server with search, CRUD, validation, and cross-repo knowledge promotion.
client:Zed
transport:stdio
runtime:npm
Install index server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"index-server": {
"command": "npx",
"args": [
"-y",
"@jagilber-org/index-server"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs