pcap-mcp-server

SiberTutor/pcap-mcp-server
★ 0 stars Rust 🤖 AI/LLM Updated today
An MCP server.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "pcap-mcp-server": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "pcap-mcp-server"
      ]
    }
  }
}

README Excerpt

A [Model Context Protocol (MCP)](https://modelcontextprotocol.io) server written in Rust for network traffic analysis. It allows AI models like Claude to inspect PCAP files and live network traffic directly through a set of specialized tools. - **15 Specialized Tools** for comprehensive network analysis.

Tools (2)

httpssudo