RE-AI

Heretek-AI/RE-AI
★ 1 stars Python AI/LLM Updated 7d ago
RE-AI v2 — Claude Code plugin for reverse engineering (skills + MCP servers)
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "re-ai": {
      "command": "uvx",
      "args": [
        "re-ai"
      ]
    }
  }
}

Or install with pip: pip install re-ai

README Excerpt

A Claude Code plugin that turns Claude into a reverse-engineering workstation. RE-AI is **not** an agent — Claude Code is the agent. RE-AI ships **16 skills** (prompt-instruction markdown) and **15 MCP servers** (standalone JSON-RPC tools) that plug into Claude Code and give it deep binary-analysis capabilities.

Topics

ai-toolsclaude-codedebuggingmcpreverse-engineering