radare2-mcp
This is an MCP server for integrating radare2 with AI assistants. It utilizes a direct stdin/stdout communication model, enabling seamless binary analysis and file exploration. The direct integration with AI assistants allows users to work more efficiently.
GitHub Stars
78
User Rating
Not Rated
Favorites
0
Views
27
Forks
15
Issues
3
Programming Languages
System Requirements
radare2: Latest versionClaude Desktop: Latest versionProvided Features
Safety Analysis
Recommended For
Recommended for developers engaged in binary analysis and those looking to enhance their workflow efficiency using AI assistants. Particularly suitable for developers with experience using radare2.
Maintenance Status
Active632
Followers
76
Repositories
0
Gists
0
Total Contributions
AI Distiller is ultra‑fast, open‑source tool for intelligently extracting only the essential public APIs, types, and structure from large codebases. Compresses 90–98% of code into AI‑friendly context, integrates via CLI or MCP, supports 12+ languages, and AI prompt workflows for cleaner, cost‑effective AI development.
This project was completed during my Operating Systems course. The concept of the project is take an input file that lists various commands that should be performed by the CLI and would execute if they are valid commands with valid arguments. The project adds a multi process feature by having multiple processes working on the input file and thus increasing the efficiency of the application. All the code was written using C.