MCP server wrapping Cisco pyATS and Genie, enabling AI agents to run network commands, apply configurations, and query device state via STDIO JSON-RPC 2.0
network-automationciscopyATSgenienetwork-deviceai-agentconfiguration-managementcliautomation
Installation & Configuration
{
"mcpServers": {
"pyats": {
"command": "python3",
"args": [
"-u",
"pyats_mcp_server.py"
],
"env": {
"PYATS_TESTBED_PATH": "/absolute/path/to/testbed.yaml"
}
}
}
}Information
Transport
stdio
Language
Python
Created
2025/4/4
Updated
2026/8/23