Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

sipnav mcp in other clients