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