MCP Server
MCP
Cisco SD-WAN MCP Server
MCP server for Cisco Catalyst SD-WAN (vManage): fabric inventory, device health, alarms, policies.
Install
uvx cisco-sdwan-mcp
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "cisco-sdwan-mcp",
"version": "0.1.0",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Cisco Catalyst SD-WAN Manager URL, e.g. https://vmanage.example.com:8443",
"isRequired": true,
"name": "SDWAN_VMANAGE_URL"
},
{
"description": "vManage username. Use a dedicated read-only account.",
"isRequired": true,
"name": "SDWAN_USERNAME"
},
{
"description": "vManage password for SDWAN_USERNAME.",
"isRequired": true,
"isSecret": true,
"name": "SDWAN_PASSWORD"
},
{
"description": "Must be stdio for this install. The server itself defaults to http; set http only when deploying it as a service.",
"default": "stdio",
"name": "MCP_TRANSPORT"
},
{
"description": "Verify the vManage TLS certificate. Prefer SDWAN_CA_BUNDLE over disabling this.",
"default": "true",
"name": "SDWAN_VERIFY_SSL"
},
{
"description": "Path to a CA bundle for a private-CA or self-signed vManage certificate.",
"name": "SDWAN_CA_BUNDLE"
},
{
"description": "Register the configuration-changing tools. Read-only when unset.",
"default": "false",
"name": "SDWAN_ENABLE_WRITES"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment