mcpbeat Sign in

MCP Reverse Engineering MCP Server

local only

MCP Reverse Engineering runs on your own machine — the client starts it, so there is no endpoint to ping. 88 installs a week from pypi. Last commit 3 May 2026.

A sandboxed MCP tool for reverse engineering with multiple tool integrations

Installs per day peak 35 · avg 15 · -21% w/w
a month agotoday
88
Installs / week
pypi · mcp-reverse-engineering
1
Stars
0 open issues
3 May 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check MCP Reverse Engineering every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 mcp-reverse-engineering -- uvx mcp-reverse-engineering
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-reverse-engineering": {
      "args": [
        "mcp-reverse-engineering"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-reverse-engineering]
command = "uvx"
args = ["mcp-reverse-engineering"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-reverse-engineering": {
      "args": [
        "mcp-reverse-engineering"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-reverse-engineering": {
      "args": [
        "mcp-reverse-engineering"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to MCP Reverse Engineering

same job, measured the same way
MCP Reverse Engineering
by daedalus

A sandboxed MCP tool for reverse engineering with multiple tool integrations

88 installs/wk local only
Godot MCP
by tomyud1

MCP server for Godot game engine integration — control the Godot editor with AI

462 installs/wk local only
Godot MCP Bridge
by tomaslucasutn

MCP server for Godot game engine integration — control the Godot editor with AI

234 installs/wk local only
Redmine
by vfa-khuongdv

MCP server for Redmine API integration with AI agents.

62 installs/wk local only
X64dbg
by bromoket

MCP server for x64dbg debugger - 23 mega-tools for AI-powered reverse engineering and debugging

203 installs/wk local only
Darwin RAG
by brightdotdev

Local-first RAG engine with MCP server for AI agent integration.

345 installs/wk local only
MCP Turso Cloud
by spences10

MCP server for integrating Turso with LLMs

78 installs/wk local only
Ncp
by portel-dev

N-to-1 MCP Orchestration. Unified gateway for multiple MCP servers with intelligent tool discovery.

99 installs/wk local only

MCP Reverse Engineering — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Reverse Engineering?
MCP Reverse Engineering 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 mcp-reverse-engineering was installed 88 times last week.
How do I connect MCP Reverse Engineering?
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 mcp-reverse-engineering straight from pypi; nothing to host, nothing to sign up for.
How many people use MCP Reverse Engineering?
The pypi package mcp-reverse-engineering was installed 88 times in the last week. Week over week that is -21%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCP Reverse Engineering open source?
Yes — it is published under the MIT licence, written in Python and 1 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.