LaurieWired/GhidraMCP
A Model Context Protocol server for Ghidra that enables LLMs to autonomously reverse engineer applications. Provides tools for decompiling binaries, renaming methods and data, and listing methods, classes, imports, and exports.
Quick Start
Clone the repository:
git clone https://github.com/LaurieWired/GhidraMCPClaude Desktop configuration example:
{
"mcpServers": {
"lauriewired-ghidramcp": {
"command": "npx",
"args": [
"-y",
"LaurieWired/GhidraMCP"
]
}
}
}Check the repository README for specific installation and configuration instructions.