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.
Run the underlying MCP server directly — without Agent-CoreX routing.
npx -y ghidramcpAgent-CoreX intelligently routes which tools from 13bm/GhidraMCP your AI agent actually needs per request — reducing token usage and cost.
agent-corex.json
{
"mcpServers": {
"ghidramcp": {
"command": "npx",
"args": [
"-y",
"ghidramcp"
]
}
}
}Connect in 2 minutes. Only pay for the tools your agent actually uses.
Recommended: intelligent tool routing, lower costs
uvx agent-corex mcp add ghidramcpAgent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.
Use 13bm/GhidraMCP directly without routing
npx -y ghidramcpNew to Agent-CoreX? View setup guide →