calm mcp for Zed
io.github.eilodon/calm-mcp
MCP server giving coding agents a call-graph-aware, hash-verified view of a codebase, not grep.
client:Zed
transport:stdio
runtime:npm
Install calm mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"calm-mcp": {
"command": "npx",
"args": [
"-y",
"@eilodon/calm-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs