Skip to content
Cursor

REA for Cursor

io.github.morluto/rea

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

client:Cursor transport:stdio runtime:npm

Install REA in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

REA in other clients