sipnav mcp for Zed
io.github.werebear73/sipnav-mcp
MCP server for the SIPNAV VOIP switch.
client:Zed
transport:stdio
runtime:nuget
Install sipnav mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"sipnav-mcp": {
"command": "dnx",
"args": [
"Waretech.SipnavMcp",
"--yes"
],
"env": {
"SIPNAV_USERNAME": "<SIPNAV_USERNAME>",
"SIPNAV_PASSWORD": "<SIPNAV_PASSWORD>",
"SIPNAV_API_URL": "<SIPNAV_API_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs