security

R2mcp

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

local
macos
windows
linux
security
0
View on GitHub

Installation

npx -y radareorg/r2mcp

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

{
  "name": "r2mcp",
  "command": "npx",
  "args": [
    "-y",
    "radareorg/r2mcp"
  ]
}

About This MCP Server

radareorg/r2mcp

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

GitHub: https://github.com/radareorg/radare2-mcp

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub