
Ghidra MCP
by bethington
245+ MCP tools for AI-powered reverse engineering, integrating Ghidra's analysis and debugging into AI agents.
What it does
Bridges the industry-standard Ghidra reverse engineering suite with AI tools, allowing agents to perform deep binary analysis, decompilation, and live debugging.
Tools
decompile_function: Converts assembly to C pseudocode.analyze_function_completeness: Scores documentation quality of a function.get_function_call_graph: Maps relationships between functions.read_memory: Accesses raw binary data at specific addresses.rename_function_by_address: Updates function names based on AI analysis.debugger_status: Checks the state of the live debugger connection.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"ghidra": {
"command": "uv",
"args": ["run", "--script", "/path/to/ghidra-mcp/bridge_mcp_ghidra.py"]
}
}
}
Supported hosts
- claude
- cursor
Quick install
python bridge_mcp_ghidra.pyInformation
- Pricing
- free
- Published
- 5/24/2026
- stars






