Skip to content
Cline

REA for Cline

io.github.morluto/rea

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

client:Cline transport:stdio runtime:npm

Install REA in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

REA in other clients