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
Installation
npx -y radareorg/r2mcpConfiguration
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.
Need More Details?
View the complete documentation, examples, changelog, and more on GitHub
View Full Documentation on GitHub