Skip to content
Claude Desktop

REA for Claude Desktop

io.github.morluto/rea

Reverse engineer anything from your terminal or agent with one CLI and MCP server.

client:Claude Desktop transport:stdio runtime:npm

Install REA in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "rea": {
      "command": "npx",
      "args": [
        "-y",
        "rea-agents"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

REA in other clients