radare2-mcp

radareorg/radare2-mcp
★ 271 stars C Code/Dev Tools Updated today
MCP stdio server for radare2
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

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

README Excerpt

<img width="400" alt="r2mcp logo" src="./r2mcp.png" /> An MCP server to use **radare2** with AI agents such as OpenCode, Mai, VSCode, Claude, CLION, ... This implementation provides: - 💻 Fully written in C using the native r2 APIs - 🧩 Works from the CLI, as an r2 plugin and as an MCP server - 🔍 Seamless binary analysis with radare2

Tools (1)

r2pm