
radare2-mcp
MCP stdio server for radare2
3 years
Works with Finder
3
Github Watches
8
Github Forks
38
Github Stars
Radare2 MCP Server
A MCP server for using radare2 with AI assistants like Claude.
Features
This implementation provides a simple MCP server that:
- Uses a direct stdin/stdout communication model
- Provides basic tool capabilities
- Allows seamless binary analysis with radare2
- Direct integration of radare2 with AI assistants
- File exploration and inspection
Installation
The simplest way to install the package is by using r2pm
:
$ r2pm -Uci r2mcp
The r2mcp executable will be copied into the r2pm's bindir in your home, but this binary is not suposed to be executed from the shell because it will only work when launched from the MCP service handler of your language model of choice.
Configuration
In the Claude Desktop app press CMD + ,
to open the Developer settings to edit the configuration file and restart the client after editing the json file explained below
Claude Desktop Integration
To use this with Claude Desktop, update your Claude configuration file:
-
Locate your Claude Desktop configuration file:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json
- Windows:
%APPDATA%\Claude\claude_desktop_config.json
- Linux:
~/.config/Claude/claude_desktop_config.json
- macOS:
-
Add the following to your configuration file:
{
"mcpServers": {
"radare2": {
"command": "r2pm",
"args": ["-r", "r2mcp"]
}
}
}
Docker
Alternatively, you can use Docker to run r2mcp.
docker build -t r2mcp .
Then, update your Claude Desktop configuration file to use the Docker image:
{
"mcpServers": {
"radare2": {
"command": "docker",
"args": ["run", "--rm", "-i", "-v", "/tmp/data:/data", "r2mcp"]
}
}
}
相关推荐
I find academic articles and books for research and literature reviews.
Converts Figma frames into front-end code for various mobile frameworks.
Confidential guide on numerology and astrology, based of GG33 Public information
Embark on a thrilling diplomatic quest across a galaxy on the brink of war. Navigate complex politics and alien cultures to forge peace and avert catastrophe in this immersive interstellar adventure.
Advanced software engineer GPT that excels through nailing the basics.
Delivers concise Python code and interprets non-English comments
💬 MaxKB is a ready-to-use AI chatbot that integrates Retrieval-Augmented Generation (RAG) pipelines, supports robust workflows, and provides advanced MCP tool-use capabilities.
The all-in-one Desktop & Docker AI application with built-in RAG, AI agents, No-code agent builder, MCP compatibility, and more.
Micropython I2C-based manipulation of the MCP series GPIO expander, derived from Adafruit_MCP230xx
MCP server to provide Figma layout information to AI coding agents like Cursor
Reviews

user_UT5OB4i6
As a loyal user of radare2-mcp, I must say it's an exceptional tool for code analysis and reverse engineering. The seamless integration with radare2 enhances its capabilities, making it indispensable for any serious developer or security researcher. The support from radareorg ensures continuous improvement and reliability. Highly recommend checking it out!