MCP servers for reverse engineering — gives Claude Code direct access to IDA Pro and Ghidra
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"reversing-mcp": {
"command": "npx",
"args": [
"-y",
"ril3y/reversing-mcp"
]
}
}
}
Run in terminal:
claude mcp add reversing-mcp npx -y ril3y/reversing-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"reversing-mcp": {
"command": "npx",
"args": [
"-y",
"ril3y/reversing-mcp"
]
}
}
}