MCP Server
MCP
io.github.Jcorderop02/packet-tracer-mcp
MCP server for Cisco Packet Tracer 9 — live IOS, OSPF, BGP, NAT, VLAN, VoIP, QoS, IPv6, wireless.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "packet-tracer-mcp",
"version": "0.1.1",
"runtimeHint": "bun",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"value": "--stdio",
"type": "positional"
}
],
"environmentVariables": [
{
"description": "Port for the internal HTTP bridge that talks to the Packet Tracer 9 webview (default: 54321)",
"default": "54321",
"name": "BRIDGE_PORT"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment