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.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"network-forensics-mc": {
"command": "uvx",
"args": [
"network-forensics-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add network-forensics-mc uvx network-forensics-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"network-forensics-mc": {
"command": "uvx",
"args": [
"network-forensics-mcp-server"
]
}
}
}
📋 Copy
Or install with pip: pip install network-forensics-mcp-server