Back to MCP Servers

Radare2

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

securityai

Installation

npx -y radare2-mcp

Configuration

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

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub