← Back to list

radare2-hatchery
by plurigrid
everything is topological chemputer!
⭐ 2🍴 3📅 Jan 20, 2026
SKILL.md
name: radare2-hatchery description: Radare2 Hatchery version: 1.0.0
Radare2 Hatchery
name: radare2-hatchery description: MCP server for radare2 binary analysis integration with AI assistants. Decompilation, disassembly, and reverse engineering via MCP protocol. trit: -1 color: "#D6DB4C"
Overview
radare2-mcp provides an MCP server enabling Claude and other AI assistants to perform binary analysis using radare2.
Features
- Direct stdin/stdout communication - Simple MCP transport
- Binary analysis tools - Full radare2 capabilities
- AI assistant integration - Seamless Claude Desktop support
- File exploration - Inspect any binary format
- Decompilation - Pseudocode generation via r2ghidra
Installation
# Via r2pm (radare2 package manager)
r2pm -Uci r2mcp
Configuration
Claude Desktop
Edit ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"radare2": {
"command": "r2pm",
"args": ["-r", "r2mcp"]
}
}
}
Docker
docker build -t r2mcp .
{
"mcpServers": {
"radare2": {
"command": "docker",
"args": ["run", "--rm", "-i", "-v", "/tmp/data:/data", "r2mcp"]
}
}
}
MCP Tools Available
The server exposes radare2 analysis via MCP:
open_file- Open binary for analysisanalyze- Run analysis at depth levels 0-4decompile_function- Get C-like pseudocodelist_functions- Enumerate discovered functionslist_strings- Extract strings from binaryxrefs_to- Find cross-referencesrun_command- Execute raw r2 commands
Gay.jl Integration
# Rec2020 wide gamut learning
gay_seed!(0xe72b09cb7aebe913)
# Forward mode autodiff
∂params = Enzyme.gradient(Forward, loss, params, seed)
Repository
- Source: TeglonLabs/radare2-mcp
- Seed:
0xe72b09cb7aebe913 - Index: 55/1055
- Color: #b3a6b8
GF(3) Triad
radare2-hatchery (-1) ⊗ mcp-builder (0) ⊗ gay-mcp (+1) = 0 ✓
Related Skills
mcp-builder- MCP server developmentblackhat-go- Security techniquestree-sitter- AST-based code analysis
Score
Total Score
60/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon