radareorg/r2mcp
MCP server for Radare2 disassembler. Provides AI with capability to disassemble and look into binaries for reverse engineering.
Quick Start
Clone the repository:
git clone https://github.com/radareorg/radare2-mcpClaude Desktop configuration example:
{
"mcpServers": {
"radare2-mcp": {
"command": "npx",
"args": [
"-y",
"radareorg/r2mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.