warp for Zed
io.github.ringer/warp
SIP trunking, numbers, porting, messaging, billing, and CDR analytics on the Ringer WARP platform
client:Zed
transport:stdio
runtime:npm
Install warp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"warp": {
"command": "npx",
"args": [
"-y",
"warp-mcp"
],
"env": {
"WARP_API_TOKEN": "<WARP_API_TOKEN>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs