2025-03-22 23:23:25 -07:00
2025-03-22 23:23:25 -07:00
2025-03-22 22:46:54 -07:00
2025-03-22 22:46:17 -07:00
2025-03-22 22:36:55 -07:00
2025-03-22 23:23:25 -07:00
2025-03-22 22:54:19 -07:00

GhidraMCP

Features

Installing

Go to Claude > Settings > Developer > Edit Config > claude_desktop_config.json

/Users/YOUR_USER/Library/Application Support/Claude/claude_desktop_config.json

{ "mcpServers": { "ghidra": { "command": "python", "args": [ "ABSOLUTE_PATH_TO/bridge_mcp_ghidra.py" ] } } }

Import the plugin from the releases page into Ghidra

  • Make sure Ghidra is installed https://ghidra-sre.org/
  • Install the extension
    • Start Ghidra
    • Open File->Install Extensions...
    • Press the + icon found in the top right of the Install Extensions window
    • Navigate to the file location where you downloaded the extension zip file above and select it
    • Press OK
    • You will be prompted to restart Ghidra for the changes to take effect

Building

mvn clean package assembly:single

Description
Ghidra MCP Server - AI-assisted reverse engineering via Model Context Protocol
Readme Apache-2.0 46 MiB
Languages
Python 58.9%
Java 39.7%
Dockerfile 0.5%
Makefile 0.5%
Shell 0.4%