RE-super-agent

baobao1044/RE-super-agent
★ 0 stars Python AI/LLM Updated today
Super agent for professional Reverse Engineering: hybrid 5-domain MCP servers + multi-specialist orchestration + dynamic workflow engine + safety/isolation layer. Targets PE/ELF + Python-protector deobfuscation.
View on GitHub → 🔍 Audit Wallet Slippage →

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-super-agent": {
      "command": "uvx",
      "args": [
        "re-super-agent"
      ]
    }
  }
}

Or install with pip: pip install re-super-agent