botcall mcp for Zed
io.github.danecodes/botcall-mcp
Give your AI agent a real phone number for SMS verification codes.
client:Zed
transport:stdio
runtime:npm
Install botcall mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"botcall-mcp": {
"command": "npx",
"args": [
"-y",
"botcall-mcp"
],
"env": {
"BOTCALL_API_KEY": "<BOTCALL_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs