ghidraMCP is a Model Context Protocol server that enables LLMs to autonomously reverse engineer applications by exposing Ghidra's core functionality through MCP tools for decompilation and binary analysis.
An MCP server that exposes Ghidra's reverse engineering tools to LLMs for autonomous binary analysis.
{
"mcpServers": {
"ghidra": {
"command": "python",
"args": [
"/ABSOLUTE_PATH_TO/bridge_mcp_ghidra.py",
"--ghidra-server",
"http://127.0.0.1:8080/"
]
}
}
}