AgentHubAgentHub

packet-tracer-mcp

MCP ServerMCP Registry官方收录

io.github.Jcorderop02/packet-tracer-mcp · v0.1.1

MCP server for Cisco Packet Tracer 9 — live IOS, OSPF, BGP, NAT, VLAN, VoIP, QoS, IPv6, wireless.

概览

packet-tracer-mcp 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "packet-tracer-mcp": {
      "command": "bun",
      "args": [
        "-y",
        "packet-tracer-mcp"
      ]
    }
  }
}

环境变量

BRIDGE_PORT可选

Port for the internal HTTP bridge that talks to the Packet Tracer 9 webview (default: 54321)

相关资源

统一 Manifest

{
  "id": "io.github.Jcorderop02/packet-tracer-mcp",
  "type": "mcp-server",
  "version": "0.1.1",
  "displayName": "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"
  },
  "homepage": "https://github.com/Jcorderop02/packet-tracer-mcp#readme",
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "packet-tracer-mcp",
        "version": "0.1.1",
        "runtimeHint": "bun",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "BRIDGE_PORT",
            "description": "Port for the internal HTTP bridge that talks to the Packet Tracer 9 webview (default: 54321)"
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.Jcorderop02/packet-tracer-mcp",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.Jcorderop02%2Fpacket-tracer-mcp/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
packet-tracer-mcp — MCP Server 安装与配置 · AgentHub