mcpbeat Sign in

Reversecore MCP Server

by sjkim1127 Your server? Claim it
local only

Reversecore MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 87 installs a week from pypi. Last commit 18 Sep 2026.

Security-first MCP server for reverse engineering, malware analysis, forensics, and SAST.

Installs per day peak 261 · avg 26 · -24% w/w
a month agotoday
87
Installs / week
pypi · reversecore-mcp
203
Stars
0 open issues
18 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 19 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Checks whether it runs in a sandbox [пакет] reversecore_mcp/core/execution.py:63, [пакет] reversecore_mcp/server.py:420, reversecore_mcp/tools/deobfuscation/data/hash_algorithms.py:375 и ещё 5
    if os.path.exists("/.dockerenv"):
Builds a database query by concatenation reversecore_mcp/dashboard/templates/reports.html:136
    const activeDrop = document.getElementById('drop-' + reportId);

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add reversecore-mcp -- uvx reversecore-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "reversecore-mcp": {
      "args": [
        "reversecore-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.reversecore-mcp]
command = "uvx"
args = ["reversecore-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "reversecore-mcp": {
      "args": [
        "reversecore-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "reversecore-mcp": {
      "args": [
        "reversecore-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Reversecore MCP

same job, measured the same way
SymbioticSec
by symbioticsec

Symbiotic CLI MCP Server for security scanning and analysis

50 installs/wk local only
Filesystem Context
by j0hanz

🔍 Read-only MCP server for secure filesystem exploration, searching, and analysis

local only
npm MCP
by alisaitteke

MCP server for npm package management, security analysis, and compatibility checking

32 installs/wk local only
Vulnicheck
by andrasfe

HTTP MCP Server for comprehensive Python vulnerability scanning and security analysis.

local only
Android Security Analyzer
by ako2345

MCP server for static security analysis of Android source code

4 tools answering
Jshookmcp
by vmoranv

MCP server for JavaScript analysis, security auditing, browser automation and hooks

592 installs/wk local only
Operant MCP
by operantlabs

Security testing MCP server for penetration testing, forensics, and vulnerability assessment

49 installs/wk local only
Virustotal
by burtthecoder

MCP server for querying VirusTotal API with comprehensive security analysis tools.

374 installs/wk local only

Reversecore MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Reversecore MCP?
Reversecore MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package reversecore-mcp was installed 87 times last week.
How do I connect Reversecore MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls reversecore-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Reversecore MCP?
The pypi package reversecore-mcp was installed 87 times in the last week. Week over week that is -24%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Reversecore MCP open source?
Yes — it is published under the MIT licence, written in Python and 203 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.