Reversecore MCP
Security-first Model Context Protocol server for reverse engineering, malware analysis, digital forensics, vulnerability research, and SAST.
Reversecore MCP gives MCP-compatible AI agents structured access to Radare2, r2ghidra, YARA, LIEF, Capstone, angr, Qiling harness generation, Volatility3, Scapy, and additional analysis engines. It is designed around explicit workspace boundaries, input validation, non-root containers, and security regression testing.
Installation
Full container image — recommended
The container image includes the supported native toolchain and is the most reproducible installation method:
docker run -i --rm \
-v /absolute/path/to/samples:/app/workspace \
-e REVERSECORE_WORKSPACE=/app/workspace \
-e MCP_TRANSPORT=stdio \
ghcr.io/sjkim1127/reversecore_mcp:3.0.3
Python package
Install the MCP server and all supported Python feature extras from PyPI:
pip install "reversecore-mcp[full]"
Native programs such as Radare2, YARA, Graphviz, Binwalk, and The Sleuth Kit must be installed separately when using the Python package directly.
Qiling isolation: the server can generate Qiling/AFL harnesses, but Qiling is intentionally not installed by the
fullextra. Qiling 1.4.6 depends on a legacy Pillow line with known vulnerabilities. Execute generated harnesses only in a separate disposable sandbox; seedocs/EMULATION.mdin the repository.
Run the stdio server with:
MCP_TRANSPORT=stdio \
REVERSECORE_WORKSPACE=/absolute/path/to/samples \
reversecore-mcp
MCP client configuration
{
"mcpServers": {
"reversecore": {
"command": "reversecore-mcp",
"env": {
"MCP_TRANSPORT": "stdio",
"REVERSECORE_WORKSPACE": "/absolute/path/to/samples"
}
}
}
}
Capabilities
- Static analysis, disassembly, decompilation, cross-references, and CFG recovery
- Malware triage, IOC extraction, YARA scanning, and MITRE ATT&CK mapping
- Symbolic execution, emulation harness generation, fuzzing, and ROP analysis
- Memory, disk, network, and host-artifact forensics
- Python and C/C++ source-code security analysis
- Structured evidence, session tracking, metrics, and report generation
Security model
Reversecore MCP processes potentially hostile binaries. Use a dedicated workspace and prefer the hardened container configuration for untrusted samples. The project CI includes dependency auditing, CodeQL, secret scanning, container scanning, path-boundary tests, fuzzing, and network-isolation checks.
Detailed configuration, tool documentation, Docker Compose profiles, and client examples are available in the GitHub repository.
Registry identity
- MCP Registry name:
io.github.sjkim1127/reversecore-mcp - PyPI package:
reversecore-mcp - OCI image:
ghcr.io/sjkim1127/reversecore_mcp
License
MIT
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file reversecore_mcp-3.0.3.tar.gz.
File metadata
- Download URL: reversecore_mcp-3.0.3.tar.gz
- Upload date:
- Size: 372.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ff76c9e731ebd241f3f0432b4838390d5b042edfe26065ae70aa1d013c7152b7
|
|
| MD5 |
ba282b4b3ddbf973eb00ba6bd6003b88
|
|
| BLAKE2b-256 |
0134ed9d4df159271b9ed068be6459b9b284bbbea679d31d8fbdb8840f9639e2
|
Provenance
The following attestation bundles were made for reversecore_mcp-3.0.3.tar.gz:
Publisher:
release.yml on sjkim1127/Reversecore_MCP
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
reversecore_mcp-3.0.3.tar.gz -
Subject digest:
ff76c9e731ebd241f3f0432b4838390d5b042edfe26065ae70aa1d013c7152b7 - Sigstore transparency entry: 2456346689
- Sigstore integration time:
-
Permalink:
sjkim1127/Reversecore_MCP@3f41e764f6d0e505d774afbd3ff89cb26c09e85b -
Branch / Tag:
refs/tags/v3.0.3 - Owner: https://github.com/sjkim1127
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@3f41e764f6d0e505d774afbd3ff89cb26c09e85b -
Trigger Event:
push
-
Statement type:
File details
Details for the file reversecore_mcp-3.0.3-py3-none-any.whl.
File metadata
- Download URL: reversecore_mcp-3.0.3-py3-none-any.whl
- Upload date:
- Size: 404.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1cb1b48f53e9c45baea7cc477701d5c24098ad43b3c61a7c6ab6d67ce421ad79
|
|
| MD5 |
266eb86a94c6b59f8a27f376292479c1
|
|
| BLAKE2b-256 |
9c3b7eb5381887a6f229bc6506f800020bfcd9bd481b7b9b89eac5e2ca21474b
|
Provenance
The following attestation bundles were made for reversecore_mcp-3.0.3-py3-none-any.whl:
Publisher:
release.yml on sjkim1127/Reversecore_MCP
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
reversecore_mcp-3.0.3-py3-none-any.whl -
Subject digest:
1cb1b48f53e9c45baea7cc477701d5c24098ad43b3c61a7c6ab6d67ce421ad79 - Sigstore transparency entry: 2456346759
- Sigstore integration time:
-
Permalink:
sjkim1127/Reversecore_MCP@3f41e764f6d0e505d774afbd3ff89cb26c09e85b -
Branch / Tag:
refs/tags/v3.0.3 - Owner: https://github.com/sjkim1127
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@3f41e764f6d0e505d774afbd3ff89cb26c09e85b -
Trigger Event:
push
-
Statement type: