Skip to content
Gemini CLI

REA for Gemini CLI

io.github.morluto/rea

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

client:Gemini CLI transport:stdio runtime:npm

Install REA in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

REA in other clients