Radare2 MCP Server
@dnakov
关于 Radare2 MCP Server
MCP stdio server for radare2
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"radare2-mcp": {
"command": "docker",
"args": [
"build",
"-t",
"r2mcp",
"."
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Radare2 MCP Server?
An MCP server that integrates the radare2 binary analysis framework with AI agents like OpenCode, Mai, VSCode, Claude, and CLION. It is written in C using native radare2 APIs and supports local or remote r2/iaito sessions via r2pipe, with optional HTTP server mode and raw r2 command access.
How to use Radare2 MCP Server?
Install via r2pm -Uci r2mcp or build from source with make install. Configure your MCP client (Claude Desktop, VS Code, Zed) to use r2pm with args: ["-r", "r2mcp"]. Alternatively, run as an HTTP server with r2mcp -H <port> or as an r2 core plugin with the r2mcp start command inside a radare2 session.
Key features of Radare2 MCP Server
- Fully written in C using native radare2 APIs.
- Seamless binary analysis with radare2 integration.
- Connect to local or remote r2/iaito via r2pipe.
- Supports readonly mode, sandbox lock, and tool restrictions.
- HTTP server mode with optional session multiplexing.
- Optional raw access to r2 commands or JavaScript scripts.
Use cases of Radare2 MCP Server
- Analyze binaries interactively with AI assistants like Claude or Copilot.
- Debug and reverse engineer executables from within code editors (VS Code, Zed).
- Run automated binary
其他 分类下的更多 MCP 服务器
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Awesome Mlops
visengerA curated list of references for MLOps
Blender
ahujasidOpen-source MCP to use Blender with any LLM
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
评论