Skip to content

GhidraMCP 6.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 25 Jul 09:05
· 86 commits to main since this release

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

  1. Download GhidraMCP-6.0.0.zip below
  2. In Ghidra: File > Install Extensions > Add and select the ZIP
  3. Restart Ghidra, enable plugin: File > Configure > Configure All Plugins > GhidraMCP
  4. Start server: Tools > GhidraMCP > Start MCP Server
  5. Install Python bridge: uv tool install ./ghidra_mcp_bridge-6.0.0-py3-none-any.whl (or pip install the same wheel)
  6. Run: bridge-mcp-ghidra (or python -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.