Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

server in other clients