Skip to content
Zed

REA for Zed

io.github.morluto/rea

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

client:Zed transport:stdio runtime:npm

Install REA in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

REA in other clients