Cisco SD-WAN MCP Server for Windsurf
io.github.pcdamasceno/cisco-sdwan-mcp
MCP server for Cisco Catalyst SD-WAN (vManage): fabric inventory, device health, alarms, policies.
client:Windsurf
transport:stdio
runtime:pypi
Install Cisco SD-WAN MCP Server in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs