Servers
Radare2 MCP Server
@dnakov
MCP stdio server for radare2
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"radare2-mcp": {
"command": "docker",
"args": [
"build",
"-t",
"r2mcp",
"."
]
}
}
}