Skip to content
Zed

magpipe for Zed

io.github.elagerway/magpipe

Manage AI voice agents, calls, SMS, contacts, and phone numbers via Magpipe.

client:Zed transport:stdio runtime:npm

Install magpipe 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": {
    "magpipe": {
      "command": "npx",
      "args": [
        "-y",
        "magpipe-mcp-server"
      ],
      "env": {
        "MAGPIPE_API_KEY": "<MAGPIPE_API_KEY>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

magpipe in other clients