server for Zed
ai.callmcp/server
One MCP tool contract for telephony — any call provider, hosted, local, or BYOK.
client:Zed
transport:stdio
runtime:npm
Install server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"server": {
"command": "npx",
"args": [
"-y",
"@callmcp/server"
],
"env": {
"CALLMCP_CONFIG": "<CALLMCP_CONFIG>",
"CALLMCP_DEFAULT_DRIVER": "<CALLMCP_DEFAULT_DRIVER>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs