Serversio.github.Jcorderop02/packet-tracer-mcp
M

io.github.Jcorderop02/packet-tracer-mcp

io.github.Jcorderop02/packet-tracer-mcp · v0.1.1
▦ npm
v0.1.1npm npm: packet-tracer-mcp↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.Jcorderop02/packet-tracer-mcp",
  "description": "MCP server for Cisco Packet Tracer 9 — live IOS, OSPF, BGP, NAT, VLAN, VoIP, QoS, IPv6, wireless.",
  "repository": {
    "url": "https://github.com/Jcorderop02/packet-tracer-mcp",
    "source": "github"
  },
  "version": "0.1.1",
  "websiteUrl": "https://github.com/Jcorderop02/packet-tracer-mcp#readme",
  "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"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}