clawcall for Zed
io.github.clawcall-dev/clawcall
MCP server for ClawCall — AI-powered US phone calling.
client:Zed
transport:stdio
runtime:npm
Install clawcall in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"clawcall": {
"command": "npx",
"args": [
"-y",
"@clawcall/mcp"
],
"env": {
"CLAWCALL_API_KEY": "<CLAWCALL_API_KEY>",
"CLAWCALL_BASE_URL": "<CLAWCALL_BASE_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs