mcp-hayabusa
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., "@mcp-hayabusascan C:\Windows\System32\winevt\Logs\Security.evtx"
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.
mcp-hayabusa
An MCP server that wraps Hayabusa for EVTX (Windows event log) analysis, exposing a scan_evtx tool to Claude.
Setup
Install dependencies:
pip install -r requirements.txtDownload the Hayabusa binary and Sigma rules into
./hayabusa/:python download_hayabusa.pyThis fetches the latest release for your OS/architecture and extracts it to
./hayabusa/(binary at./hayabusa/hayabusa.exeon Windows or./hayabusa/hayabusaelsewhere, plusrules/andrules/config/).Keep the ruleset current (recommended before each scanning session):
./hayabusa/hayabusa.exe update-rules # Windows ./hayabusa/hayabusa update-rules # Linux/macOS
Related MCP server: EventWhisper
Running the server
python server.pyThis starts the MCP server over stdio. Point an MCP client at it, e.g. in Claude Desktop's config:
{
"mcpServers": {
"hayabusa": {
"command": "python",
"args": ["C:\\path\\to\\mcp-hayabusa\\server.py"]
}
}
}Tool: scan_evtx
Scans an EVTX file (or a directory of EVTX files) with Hayabusa and returns detections as structured JSON.
Parameters:
evtx_path(string, required) — path to a.evtxfile or a directory containing themmin_severity(string, optional, default"informational") — minimum severity to include:informational,low,medium,high,critical
Returns:
{
"evtx_path": "...",
"min_severity": "...",
"count": 42,
"detections": [ { "Timestamp": "...", "RuleTitle": "...", "Level": "...", "...": "..." } ]
}On failure (missing file, missing Hayabusa binary, invalid min_severity, scan timeout, or a Hayabusa scan error), it returns {"error": "..."} instead of raising.
Requirements
Python with the
mcplibrary (seerequirements.txt)The Hayabusa CLI, installed via
download_hayabusa.py
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.
Latest Blog Posts
- 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/TregardLabs-Dana/mcp-hayabusa'
If you have feedback or need assistance with the MCP directory API, please join our Discord server