GhidraMCP 5.9.1
GhidraMCP Release 5.9.1
Production-ready Model Context Protocol server for Ghidra reverse engineering platform.
By the Numbers
| Metric | Value |
|---|---|
| MCP Tools | 243 |
| GUI Endpoints | 185 |
| Headless Endpoints | 152 |
| Java | 21 LTS |
| Ghidra | 12.0.4 |
Installation
- Download GhidraMCP-5.9.1.zip below
- In Ghidra: File > Install Extensions > Add and select the ZIP
- Restart Ghidra, enable plugin: File > Configure > Configure All Plugins > GhidraMCP
- Start server: Tools > GhidraMCP > Start MCP Server
- Install Python bridge:
pip install -r requirements.txt - Run:
python bridge_mcp_ghidra.py
What's Included
- GhidraMCP-5.9.1.zip — Ghidra extension (GUI plugin)
- bridge_mcp_ghidra.py — MCP protocol bridge (243 tools)
- requirements.txt — Python dependencies
See CHANGELOG.md for detailed release notes.
See README.md for full documentation.