Skip to content
Zed

Cisco SD-WAN MCP Server for Zed

io.github.pcdamasceno/cisco-sdwan-mcp

MCP server for Cisco Catalyst SD-WAN (vManage): fabric inventory, device health, alarms, policies.

client:Zed transport:stdio runtime:pypi

Install Cisco SD-WAN MCP Server 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": {
    "cisco-sdwan-mcp": {
      "command": "uvx",
      "args": [
        "cisco-sdwan-mcp"
      ],
      "env": {
        "SDWAN_VMANAGE_URL": "<SDWAN_VMANAGE_URL>",
        "SDWAN_USERNAME": "<SDWAN_USERNAME>",
        "SDWAN_PASSWORD": "<SDWAN_PASSWORD>",
        "MCP_TRANSPORT": "<MCP_TRANSPORT>",
        "SDWAN_VERIFY_SSL": "<SDWAN_VERIFY_SSL>",
        "SDWAN_CA_BUNDLE": "<SDWAN_CA_BUNDLE>",
        "SDWAN_ENABLE_WRITES": "<SDWAN_ENABLE_WRITES>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Cisco SD-WAN MCP Server in other clients