Odel
mcp reverse engineering

mcp reverse engineering

Local
@daedalus1PythonMITUpdated 4mo ago

A sandboxed MCP tool for reverse engineering with multiple tool integrations

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPImcp-reverse-engineeringv0.1.4

Run

uvx mcp-reverse-engineering

MCP client config

{
  "mcpServers": {
    "mcp-reverse-engineering": {
      "command": "uvx",
      "args": [
        "mcp-reverse-engineering"
      ]
    }
  }
}