Confidential guide on numerology and astrology, based of GG33 Public information

Radare2-MCP
MCP STDIO Server für 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"]
}
}
}
相关推荐
Converts Figma frames into front-end code for various mobile frameworks.
Take an adjectivised noun, and create images making it progressively more adjective!
Advanced software engineer GPT that excels through nailing the basics.
I find academic articles and books for research and literature reviews.
Entdecken Sie die umfassendste und aktuellste Sammlung von MCP-Servern auf dem Markt. Dieses Repository dient als zentraler Hub und bietet einen umfangreichen Katalog von Open-Source- und Proprietary MCP-Servern mit Funktionen, Dokumentationslinks und Mitwirkenden.
MCP -Server für den Fetch -Webseiteninhalt mit dem Headless -Browser von Dramatikern.
Ein leistungsstarkes Neovim -Plugin für die Verwaltung von MCP -Servern (Modellkontextprotokoll)
Brücke zwischen Ollama und MCP -Servern und ermöglicht es lokalen LLMs, Modellkontextprotokoll -Tools zu verwenden
Die All-in-One-Desktop & Docker-AI-Anwendung mit integriertem Lappen, AI-Agenten, No-Code-Agent Builder, MCP-Kompatibilität und vielem mehr.
🧑🚀 全世界最好的 llm 资料总结(数据处理、模型训练、模型部署、 O1 模型、 MCP 、小语言模型、视觉语言模型) | Zusammenfassung der weltbesten LLM -Ressourcen.
Awesome MCP -Server - eine kuratierte Liste von Modellkontext -Protokollservern für Modellkontext
Reviews

user_nM13XdST
As a dedicated user of radare2-mcp, I must say this tool is exceptional for reverse engineering and binary analysis. Its robust functionalities and seamless integration into various workflows make it invaluable. Authored by radareorg, it's constantly updated with cutting-edge features. I highly recommend it to anyone looking for a powerful, reliable solution in this domain. Check it out on GitHub!