Skip to content
VS Code

REA for VS Code

io.github.morluto/rea

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

client:VS Code transport:stdio runtime:npm

Install REA in VS Code

.vscode/mcp.json

{
  "servers": {
    "rea": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "rea-agents"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

REA in other clients