sipnav mcp for Windsurf
io.github.werebear73/sipnav-mcp
MCP server for the SIPNAV VOIP switch.
client:Windsurf
transport:stdio
runtime:nuget
Install sipnav mcp in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"sipnav-mcp": {
"command": "dnx",
"args": [
"Waretech.SipnavMcp",
"--yes"
],
"env": {
"SIPNAV_USERNAME": "<SIPNAV_USERNAME>",
"SIPNAV_PASSWORD": "<SIPNAV_PASSWORD>",
"SIPNAV_API_URL": "<SIPNAV_API_URL>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs