Skip to content
Zed

calltouch mcp for Zed

io.github.theyahia/calltouch-mcp

MCP server for Calltouch API — call tracking, call statistics. Token auth.

client:Zed transport:stdio runtime:npm

Install calltouch mcp 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": {
    "calltouch-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@theyahia/calltouch-mcp"
      ],
      "env": {
        "CALLTOUCH_TOKEN": "<CALLTOUCH_TOKEN>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

calltouch mcp in other clients