Skip to content

Releases: bethington/ghidra-mcp

GhidraMCP 6.0.0

Choose a tag to compare

@github-actions github-actions released this 25 Jul 09:05

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.

GhidraMCP 5.14.2

Choose a tag to compare

@github-actions github-actions released this 27 Jun 06:12

GhidraMCP Release 5.14.2

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

By the Numbers

Metric Value
MCP Tools 251
GUI Endpoints 194
Headless Endpoints 159
Java 21 LTS
Ghidra 12.1.2

Installation

  1. Download GhidraMCP-5.14.2.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.14.2.zip — Ghidra extension (GUI plugin)
  • bridge_mcp_ghidra.py — MCP protocol bridge (251 tools)
  • requirements.txt — Python dependencies

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

GhidraMCP 5.14.1

Choose a tag to compare

@github-actions github-actions released this 18 Jun 21:23
5b669c5

GhidraMCP Release 5.14.1

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

By the Numbers

Metric Value
MCP Tools 251
GUI Endpoints 194
Headless Endpoints 159
Java 21 LTS
Ghidra 12.1.2

Installation

  1. Download GhidraMCP-5.14.1.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.14.1.zip — Ghidra extension (GUI plugin)
  • bridge_mcp_ghidra.py — MCP protocol bridge (251 tools)
  • requirements.txt — Python dependencies

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

GhidraMCP 5.14.0

Choose a tag to compare

@github-actions github-actions released this 18 Jun 15:53
e519872

GhidraMCP Release 5.14.0

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

By the Numbers

Metric Value
MCP Tools 251
GUI Endpoints 194
Headless Endpoints 159
Java 21 LTS
Ghidra 12.1.2

Installation

  1. Download GhidraMCP-5.14.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.14.0.zip — Ghidra extension (GUI plugin)
  • bridge_mcp_ghidra.py — MCP protocol bridge (251 tools)
  • requirements.txt — Python dependencies

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

GhidraMCP 5.13.1

Choose a tag to compare

@github-actions github-actions released this 08 Jun 17:19
b7b2b4f

GhidraMCP Release 5.13.1

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

By the Numbers

Metric Value
MCP Tools 249
GUI Endpoints 194
Headless Endpoints 159
Java 21 LTS
Ghidra 12.1

Installation

  1. Download GhidraMCP-5.13.1.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.13.1.zip — Ghidra extension (GUI plugin)
  • bridge_mcp_ghidra.py — MCP protocol bridge (249 tools)
  • requirements.txt — Python dependencies

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

GhidraMCP 5.13.0

Choose a tag to compare

@github-actions github-actions released this 08 Jun 15:07
9299470

GhidraMCP Release 5.13.0

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

By the Numbers

Metric Value
MCP Tools 248
GUI Endpoints 194
Headless Endpoints 159
Java 21 LTS
Ghidra 12.1

Installation

  1. Download GhidraMCP-5.13.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.13.0.zip — Ghidra extension (GUI plugin)
  • bridge_mcp_ghidra.py — MCP protocol bridge (248 tools)
  • requirements.txt — Python dependencies

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

GhidraMCP 5.12.0

Choose a tag to compare

@github-actions github-actions released this 23 May 19:03
358f054

GhidraMCP Release 5.12.0

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

By the Numbers

Metric Value
MCP Tools 245
GUI Endpoints 187
Headless Endpoints 152
Java 21 LTS
Ghidra 12.1

Installation

  1. Download GhidraMCP-5.12.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.12.0.zip — Ghidra extension (GUI plugin)
  • bridge_mcp_ghidra.py — MCP protocol bridge (245 tools)
  • requirements.txt — Python dependencies

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

GhidraMCP 5.11.4

Choose a tag to compare

@github-actions github-actions released this 22 May 20:59

GhidraMCP Release 5.11.4

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

By the Numbers

Metric Value
MCP Tools 244
GUI Endpoints 185
Headless Endpoints 152
Java 21 LTS
Ghidra 12.1

Installation

  1. Download GhidraMCP-5.11.4.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.11.4.zip — Ghidra extension (GUI plugin)
  • bridge_mcp_ghidra.py — MCP protocol bridge (244 tools)
  • requirements.txt — Python dependencies

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

GhidraMCP 5.11.3

Choose a tag to compare

@github-actions github-actions released this 22 May 20:28

GhidraMCP Release 5.11.3

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

By the Numbers

Metric Value
MCP Tools 244
GUI Endpoints 185
Headless Endpoints 152
Java 21 LTS
Ghidra 12.1

Installation

  1. Download GhidraMCP-5.11.3.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.11.3.zip — Ghidra extension (GUI plugin)
  • bridge_mcp_ghidra.py — MCP protocol bridge (244 tools)
  • requirements.txt — Python dependencies

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

GhidraMCP 5.11.2

Choose a tag to compare

@github-actions github-actions released this 22 May 19:15

GhidraMCP Release 5.11.2

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

By the Numbers

Metric Value
MCP Tools 244
GUI Endpoints 185
Headless Endpoints 152
Java 21 LTS
Ghidra 12.1

Installation

  1. Download GhidraMCP-5.11.2.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.11.2.zip — Ghidra extension (GUI plugin)
  • bridge_mcp_ghidra.py — MCP protocol bridge (244 tools)
  • requirements.txt — Python dependencies

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