Connapse for Zed
io.github.destrayon/connapse
Self-hosted knowledge backend for AI agents with hybrid search and MCP tools
client:Zed
transport:stdio
runtime:oci
Install Connapse in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"connapse": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/destrayon/connapse:v0.3.2"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs