Reversecore MCP

AI-Powered Reverse Engineering & Security Analysis via Model Context Protocol. Its 40 documented tools cover analysis, generate, binary, diff. It runs locally over stdio via the published package.

People connecting security tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-08-24 · ★ 189 · #19 OF 182 MAINTAINED SECURITY · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install Reversecore MCP

before you install - you'll need

Set REVERSECORE_WORKSPACE, MCP_TRANSPORT before connecting.

Claude Code

claude mcp add sjkim1127-reversecore_mcp -- uvx reversecore-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "sjkim1127-reversecore_mcp": {
      "command": "uvx",
      "args": [
        "reversecore-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions · container (OCI image) - can be sandboxed away from your filesystem

license MIT - declared in the repository

pypi package reversecore-mcp - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.sjkim1127 is GitHub-verified and matches the repo owner

03 · What Reversecore MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can extract embedded files discovered by binwalk, generate binary signatures for identification, scan binary for embedded version strings, and extract C++ RTTI (Run-Time Type Information).

Capability map

Tools grouped from the project's README - what Reversecore MCP lets an agent do.

Analysis

5 tools - e.g. Persist an analysis finding with tags; Search past findings by query; Retrieve all context for a specific binary

store_analysis_finding · query_analysis_memories · get_binary_analysis_context · tag_analysis_session · delete_analysis_session

Generate

4 tools - e.g. Generate binary signatures for identification; Generate YARA detection rules from binary patterns; Advanced YARA rules with behavioral indicators

generate_signature · generate_yara_rule · generate_advanced_yara_rule · generate_fuzzing_harness

run & execute

3 tools - e.g. ASCII/Unicode string extraction with configurable min-length; Run a full fuzzing campaign with crash collection; File type, architecture, and compiler fingerprinting

run_strings · run_fuzzing_campaign · run_file

Diff

3 tools - e.g. Semantic binary diff between two file versions; Automated patch diff analysis for 1-day vulnerability research; Automated patch vulnerability inference

diff_binaries · patch_diff_1day · analyze_patch_diff_auto

Binwalk

2 tools - e.g. Firmware deep-scan for embedded signatures and filesystems; Extract embedded files discovered by binwalk

run_binwalk · run_binwalk_extract

Detect

2 tools - e.g. Quick packer/compiler detection; Deep packer/protector analysis via Detect It Easy

detect_packer · detect_packer_deep

Capa

2 tools - e.g. Capability detection - "encrypts data", "creates persistence", etc.; Quick capability scan with a rule subset

run_capa · run_capa_quick

Scan

2 tools - e.g. Scan binary for embedded version strings; Full workspace scan with file metadata

scan_for_versions · scan_workspace

Latest releases

v3.0.3 · 2026-08-13

Reversecore MCP v3.0.3 - Performance Optimization, Test Coverage Elevation & CI/CD Hardening · Reversecore MCP v3.0.3 is a major stability, performance, and security hardening release. It delivers a ~8,500x speedup in…

v3.0.2 · 2026-07-13

Reversecore MCP v3.0.2 - Security Hardening, Packaging & PyPI Launch · This release comprehensively addresses runtime security flaws, packaging regressions, and CI/CD pipeline issues discovered after v3.0.1. It also…

v3.0.1 · 2026-07-11

Reversecore MCP v3.0.1 - Autonomous Exploit Pipeline & CVE Discovery Engine · > 55 commits since v3.0.0 (2026-06-28) - 9 new features, 14 bug fixes, 15 dependency upgrades, 5 CI/CD improvements, and 6 test…

04 · Who maintains Reversecore MCP

Reversecore MCP is maintained by sjkim1127. It's the only MCP server we track from this author; the repo dates to Nov 2025.

05 · Facts

category
security - ranked #19 of 182 actively-maintained security servers as of 2026-08-25.
release cadence
5 releases in the last 90 days (latest 2026-08-13)
registry
io.github.sjkim1127/reversecore-mcp (active, first published 2026-07-13 · 2 versions)
packages
pypi:reversecore-mcp · oci:ghcr.io/sjkim1127/reversecore_mcp:3.0.3

06 · Reversecore MCP FAQ

Is Reversecore MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-24 and it shipped 5 releases in the last 90 days. We re-verify nightly.

What can Reversecore MCP do?

With this server connected, an agent can extract embedded files discovered by binwalk, generate binary signatures for identification, scan binary for embedded version strings, and extract C++ RTTI (Run-Time Type Information).

How do I install Reversecore MCP?

Run `uvx reversecore-mcp`. The README documents 2 environment variables (REVERSECORE_WORKSPACE, MCP_TRANSPORT) to set first. Set REVERSECORE_WORKSPACE, MCP_TRANSPORT before connecting. You can also paste the ready-made client config above.

Does Reversecore MCP run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Reversecore MCP