compendio mcp for Zed
io.github.rulogb/compendio-mcp
Indexes your project's markdown docs and serves them to any agent via local hybrid search.
client:Zed
transport:stdio
runtime:npm
Install compendio mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"compendio-mcp": {
"command": "npx",
"args": [
"-y",
"compendio-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs