Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

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

saperly in other clients