Skip to content
Cursor

Cisco SD-WAN MCP Server for Cursor

io.github.pcdamasceno/cisco-sdwan-mcp

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

client:Cursor transport:stdio runtime:pypi

Install Cisco SD-WAN MCP Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "cisco-sdwan-mcp": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Cisco SD-WAN MCP Server in other clients