Back to MCP Servers
Radare2
MCP server for Radare2 disassembler. Provides AI with capability to disassemble and look into binaries for reverse engineering.
securityai
By radareorg
Installation
npx -y radare2-mcpConfiguration
{
"mcpServers": {
"radare2-mcp": {
"command": "npx",
"args": ["-y", "radare2-mcp"]
}
}
}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