MCP server for Cisco Catalyst SD-WAN (vManage): fabric inventory, device health, alarms, policies.
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
cisco-sdwan-mcp · pypi · 0.1.0
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.pcDamasceno/cisco-sdwan-mcp",
"description": "MCP server for Cisco Catalyst SD-WAN (vManage): fabric inventory, device health, alarms, policies.",
"title": "Cisco SD-WAN MCP Server",
"repository": {
"url": "https://github.com/pcDamasceno/cisco-sdwan-mcp",
"source": "github"
},
"version": "0.1.0",
"websiteUrl": "https://github.com/pcDamasceno/cisco-sdwan-mcp#readme",
"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"
}
]
}
],
"_meta": {
"io.modelcontextprotocol.registry/publisher-provided": {
"capabilitiesSummary": {
"promptsCount": 4,
"resourcesCount": 3,
"toolsCount": 24
},
"category": "devops",
"installationNote": "Read-only by default. See https://github.com/pcDamasceno/cisco-sdwan-mcp#connecting-an-mcp-client for Claude Code, Claude Desktop and Cursor setup.",
"license": "MIT",
"runtime": {
"minVersion": "3.11",
"type": "python"
},
"tags": [
"cisco",
"sdwan",
"sd-wan",
"catalyst-sdwan",
"vmanage",
"network",
"network-automation",
"netops",
"monitoring"
],
"transport": {
"type": "stdio"
}
}
}
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-08-04T18:22:30.556004Z",
"publishedAt": "2026-08-04T18:22:30.556004Z",
"updatedAt": "2026-08-04T18:22:30.556004Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 0.1.0last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.