13bm/GhidraMCP
MCP server for integrating Ghidra with AI assistants. This plugin enables binary analysis, providing tools for function inspection, decompilation, memory exploration, and import/export analysis via the Model Context Protocol.
Quick Start
Clone the repository:
git clone https://github.com/13bm/GhidraMCPClaude Desktop configuration example:
{
"mcpServers": {
"13bm-ghidramcp": {
"command": "npx",
"args": [
"-y",
"13bm/GhidraMCP"
]
}
}
}Check the repository README for specific installation and configuration instructions.