network-forensics-mcp-server

jus1-c/network-forensics-mcp-server
★ 2 stars Python AI/LLM Updated today
A high-performance MCP Server for Network Forensics that enables AI agents to analyze PCAP files through the Model Context Protocol. Built with direct tshark integration for maximum speed.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "network-forensics-mc": {
      "command": "uvx",
      "args": [
        "network-forensics-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install network-forensics-mcp-server