Loading MCP server directory, please wait...
MCP server for Cisco Catalyst SD-WAN (vManage): fabric inventory, device health, alarms, policies.
npx @getmcp/cli add io.github.pcDamasceno/cisco-sdwan-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
SDWAN_VMANAGE_URLCisco Catalyst SD-WAN Manager URL, e.g. https://vmanage.example.com:8443
SDWAN_USERNAMEvManage username. Use a dedicated read-only account.
SDWAN_PASSWORDvManage password for SDWAN_USERNAME.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.pcDamasceno/cisco-sdwan-mcp": {
"command": "uvx",
"args": [
"cisco-sdwan-mcp"
],
"env": {
"SDWAN_VMANAGE_URL": "",
"SDWAN_USERNAME": "",
"SDWAN_PASSWORD": "",
"MCP_TRANSPORT": "stdio",
"SDWAN_VERIFY_SSL": "true",
"SDWAN_CA_BUNDLE": "",
"SDWAN_ENABLE_WRITES": "false"
}
}
}
}