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.
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"
]
}
}
}
Run in terminal:
claude mcp add re-super-agent uvx re-super-agent
Add to .cursor/mcp.json:
{
"mcpServers": {
"re-super-agent": {
"command": "uvx",
"args": [
"re-super-agent"
]
}
}
}
Or install with pip: pip install re-super-agent