Skip to main content
SecurityC/C++

radareorg/r2mcp

MCP server for Radare2 disassembler. Provides AI with capability to disassemble and look into binaries for reverse engineering.

securitylocal-servicemacoswindowslinux
Share:

Quick Start

Clone the repository:

git clone https://github.com/radareorg/radare2-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "radare2-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "radareorg/r2mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Security
Language
C/C++
Author
radareorg