saperly for Zed
io.github.idanbier999/saperly
Phone carrier for AI agents. Provision numbers, make calls, send SMS, TCPA compliance built-in.
client:Zed
transport:stdio
runtime:npm
Install saperly in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"saperly": {
"command": "npx",
"args": [
"-y",
"@saperly/mcp"
],
"env": {
"SAPERLY_API_KEY": "<SAPERLY_API_KEY>",
"SAPERLY_BASE_URL": "<SAPERLY_BASE_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs