ictpbx mcp for Zed
io.github.ictinnovations/ictpbx-mcp
Read ICTPBX state: extensions, DID numbers, SIP trunks, tenants and live PBX statistics.
client:Zed
transport:stdio
runtime:npm
Install ictpbx mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"ictpbx-mcp": {
"command": "npx",
"args": [
"-y",
"ictpbx-mcp"
],
"env": {
"ICTPBX_BASE_URL": "<ICTPBX_BASE_URL>",
"ICTPBX_USERNAME": "<ICTPBX_USERNAME>",
"ICTPBX_PASSWORD": "<ICTPBX_PASSWORD>",
"ICTPBX_TIMEOUT_MS": "<ICTPBX_TIMEOUT_MS>",
"ICTPBX_TLS_INSECURE": "<ICTPBX_TLS_INSECURE>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs