Best for
- Security researchers and malware analysts
- Teams that need natural-language orchestration across analysis engines
- Developers performing binary, firmware, vulnerability, or forensic analysis
The supplied sources describe Reversecore MCP as an MIT-licensed open-source security-analysis server, version 3.0.3, distributed through PyPI and OCI packages. It offers broad coverage and a substantial toolchain, with path validation, input sanitization, structured errors, rate limiting, and optional sandboxing. It is intended for professional security workflows, so users should still configure isolation and access controls independently when handling untrusted samples.
Reversecore MCP gives AI assistants Model Context Protocol access to reverse engineering, malware analysis, vulnerability research, digital forensics, and source-code security auditing. It integrates Radare2, r2ghidra, YARA, LIEF, Capstone, angr, Volatility3, Scapy, Sleuth Kit, and other engines through 120 tools, 22 guided analysis modes, and 11 MCP resources.
Docker is recommended for the complete toolchain: mount a local sample directory at /app/workspace and reference samples by filename inside the container. You can also install reversecore-mcp from PyPI or run it from source; local mode requires Radare2, while full forensics support requires additional external tools. The server supports stdio and can also be configured for HTTP/SSE mode.
{"mcpServers":{"reversecore":{"command":"docker","args":["run","-i","--rm","-v","/path/to/your/samples:/app/workspace","-e","REVERSECORE_WORKSPACE=/app/workspace","-e","MCP_TRANSPORT=stdio","ghcr.io/sjkim1127/reversecore_mcp:latest"]}}}