hayabusa-mcp
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., "@hayabusa-mcpscan the file security.evtx for suspicious events"
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.
hayabusa-mcp
An MCP (Model Context Protocol) server that wraps Hayabusa
for EVTX (Windows Event Log) analysis, exposing scan_evtx and get_hayabusa_rules
tools.
Note: this README covers licensing and the Claude Desktop extension build step. Full setup/usage documentation is still in progress — see
HANDOFF.mdfor detailed background in the meantime.
Setup
./download_hayabusa.sh— downloads and checksum-verifies the Hayabusa binary into./hayabusa/pip install -r requirements.txt(or use a.venv)Connect via
.mcp.json(Claude Code) or as a Claude Desktop extension (see below)
Related MCP server: EventWhisper
Claude Desktop extension
The extension's manifest.json points PYTHONPATH at a vendored ./lib/
directory rather than any external virtualenv. lib/ is not tracked in git
(it contains compiled, platform-specific wheels) — build it locally with:
./package_extension.shThis regenerates ./lib/ from requirements.txt and produces
dist/hayabusa-mcp.zip. You'll still need ./hayabusa/ populated separately
via download_hayabusa.sh before the extension can run.
License
This project is licensed under the MIT License.
Hayabusa itself is a separate project licensed under
AGPL-3.0.
It is downloaded at setup time by download_hayabusa.sh and invoked as an
external subprocess — it is not vendored or linked into this repository.
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/Pirate-Kitty/hayabusa-mcp-security-scanner'
If you have feedback or need assistance with the MCP directory API, please join our Discord server