Telnyx for Zed
io.github.stucchi/telnyx
MCP server for the Telnyx API — billing, phone numbers, and messaging
client:Zed
transport:stdio
runtime:pypi
Install Telnyx in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"telnyx": {
"command": "uvx",
"args": [
"telnyx-mcp"
],
"env": {
"TELNYX_API_KEY": "<TELNYX_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs