Skip to content

GhidraMCP 5.7.0

Choose a tag to compare

@github-actions github-actions released this 06 May 04:57
b5b8cbc

GhidraMCP Release 5.7.0

Production-ready Model Context Protocol server for Ghidra reverse engineering platform.

By the Numbers

Metric Value
MCP Tools 231
GUI Endpoints 184
Headless Endpoints 152
Java 21 LTS
Ghidra 12.0.4

Installation

  1. Download GhidraMCP-5.7.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: pip install -r requirements.txt
  6. Run: python bridge_mcp_ghidra.py

What's Included

  • GhidraMCP-5.7.0.zip — Ghidra extension (GUI plugin)
  • bridge_mcp_ghidra.py — MCP protocol bridge (231 tools)
  • requirements.txt — Python dependencies

See CHANGELOG.md for detailed release notes.
See README.md for full documentation.