3 months ago
research-and-dataNetForensicMCP V2.1 is a Model Context Protocol (MCP) server designed to empower Large Language Models (LLMs) with advanced offline network traffic analysis and threat intelligence capabilities. Built on top of Wireshark's tshark, NetForensicMCP provides comprehensive PCAP analysis tools for cybersecurity professionals, threat hunters, and network forensics investigators.
Server Config
{
"mcpServers": {
"NetForensicMCP": {
"command": "node",
"args": [
"index.js"
]
}
}
}