Back to MCP Servers
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.
securityai
By 13bm
Installation
npx -y GhidraMCPConfiguration
{
"mcpServers": {
"GhidraMCP": {
"command": "npx",
"args": ["-y", "GhidraMCP"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes