celmis for Zed
io.github.constantinemakoid/celmis
Self-hosted code intelligence: cross-repo Q&A, dependency audits and PR review, over MCP
client:Zed
transport:stdio
runtime:oci
Install celmis in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"celmis": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/celmis-labs/celmis-api:v0.1.30"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs