GhidraMCP Release 6.0.0
Production-ready Model Context Protocol server for Ghidra reverse engineering platform.
By the Numbers
| Metric | Value |
|---|---|
| MCP Tools | 272 |
| GUI Endpoints | 195 |
| Headless Endpoints | 160 |
| Java | 21 LTS |
| Ghidra | 12.1.2 |
Installation
- Download GhidraMCP-6.0.0.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:
uv tool install ./ghidra_mcp_bridge-6.0.0-py3-none-any.whl(orpip installthe same wheel) - Run:
bridge-mcp-ghidra(orpython -m bridge_mcp_ghidra)
What's Included
- GhidraMCP-6.0.0.zip — Ghidra extension (GUI plugin)
- ghidra_mcp_bridge-6.0.0-py3-none-any.whl — MCP protocol bridge wheel (272 tools)
See CHANGELOG.md for detailed release notes.
See README.md for full documentation.