SuricataMCP
Provides tools for network traffic analysis using Suricata on Linux systems, allowing for retrieving version information, help documentation, and analyzing PCAP files for security alerts.
Enables network traffic analysis using Suricata on macOS, offering capabilities to check Suricata version, access help information, and process PCAP files to identify security threats.
Includes documentation and guides published on Medium that explain how to install and use SuricataMCP with Cursor for network security analysis.
Features a demonstration video hosted on YouTube showing how to use SuricataMCP for network traffic analysis.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@SuricataMCPanalyze this pcap file for alerts"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
SuricataMCP 🚀
SuricataMCP is a Model Context Protocol Server that allows MCP clients to autonomously use suricata for network traffic analysis. It enables programmatic interaction with Suricata through tools like get_suricata_version, get_suricata_help, and get_alerts_from_pcap_file.

📰 Full Guide on Medium
For your convenience, we created a full Medium article that walks you through how to install and use SuricataMCP with Cursor step by step. Supercharging Cursor with SuricataMCP: Network Security at Your Fingertips
Related MCP server: Suricata MCP
📦 Features
🔡 Easily get Suricata version and help info.
📁 Parse .pcap files and retrieve alerts using a simple tool interface.
🧠 Built with the MCP protocol for seamless integration with AI coding tools like Cursor.
⬇️ Downloading Suricata
To use this project, you'll need to download and install Suricata:
Go to the official Suricata site: https://suricata.io/download/
Follow installation instructions for your OS (Linux, macOS, or Windows)
On Linux, you can also install via package manager, e.g.:
bash sudo apt install suricata
After installation, locate the Suricata binary and configuration files so you can set the correct paths in config.py.
⚙️ Installation Guide
Installing via Smithery
To install Suricata Network Traffic Analysis Server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @Medinios/SuricataMCP --client claudeFollow these steps to set up SuricataMCP on your system:
1. Clone the Repository
Open your terminal and run:
git clone https://github.com/medinios/SuricataMCP.git
cd SuricataMCP2. Install dependencies (e.g., if using a virtual environment)
pip install -r requirements.txt3. Edit the config.py file to specify your Suricata installation path:
SURICATA_DIR = "/path/to/suricata"
SURICATA_EXE_FILE = "suricata" # or "suricata.exe" on Windows4. Add SuricataMCP to your AI platform with:
{
"mcpServers": {
"SuricataMcp": {
"command": "cmd",
"args": ["/c", "mcp", "run", "[YourPath]\\SuricataMcp\\suricata-mcp.py"]
}
}
}🚀 Usage
Run the MCP server locally from your AI platform (like Cursor)
When running, the server exposes the following MCP tools:
get_suricata_version(): Returns Suricata's version string.
get_suricata_help(): Returns Suricata CLI help output.
get_alerts_from_pcap_file(pcap_destination: str, destination_folder_results: str): Runs Suricata on the given .pcap file and returns the content of fast.log.
📄 Adding Custom Rules
To extend Suricata with your own detection rules:
Add your custom rule files (e.g., custom.rules) to the suricata/rules directory.
⚠️ Disclaimer
We are not affiliated with the official Suricata project or the OISF (Open Information Security Foundation). SuricataMCP is an independent integration built for personal use inside Cursor. Example pcap was taken from PCAP-ATTACK
🤝 Contributors
This project was built by two developers passionate about security, context-aware systems, and building useful tools for the community. Every line of code, every CLI command, and every integration was a product of focused collaboration and shared curiosity.
🤝 Contributing
PRs and suggestions are welcome! Let's make SuricataMCP more accessible and programmable together.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceAn automated security operations center MCP server that uses LLMs and network analysis tools like Tshark to detect threats in traffic data. It enables users to automatically ingest PCAP files, query specific packets, and generate intelligent security analysis reports.
- Flicense-qualityDmaintenanceAn MCP server for validating Suricata rule syntax and testing rules against pcap files to verify alert matching. It automates the testing process by running Suricata and parsing generated alert logs to confirm signature IDs.2
- AlicenseAqualityAmaintenanceAn MCP server for Zeek and Suricata, providing intelligent log parsing, querying, and analysis over network security monitoring data.3921MIT
- AlicenseAqualityFmaintenanceA Model Context Protocol server that enables AI assistants to perform network packet analysis, capture, and security operations on a remote machine via Wireshark/tshark.101MIT
Related MCP Connectors
MCP server for ScanMalware.com URL scanning, malware detection, and analysis.
MCP server for AI access to SmartBear tools, including BugSnag, Reflect, Swagger, PactFlow, QTM4J.
MCP server for AI access to Swagger by SmartBear.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Medinios/SuricataMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server