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