HomeSecurity › Reversecore MCP

Reversecore MCP

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

Python
★ 205 stars Last pushed 2026-09-19 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (pypi 3.0.4)

uvx reversecore-mcp

Or add to your MCP client config:

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

Package (oci)

docker run -i --rm ghcr.io/sjkim1127/reversecore_mcp:3.0.4

Or add to your MCP client config:

{
  "mcpServers": {
    "reversecore_mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/sjkim1127/reversecore_mcp:3.0.4"
      ]
    }
  }
}

Related servers

Data from the Official MCP Registry