Skip to content
Cursor

orcareplay for Cursor

io.github.continuum-ai-corp/orcareplay

Read, replay and fork recorded coding-agent runs.

client:Cursor transport:stdio runtime:npm

Install orcareplay in Cursor

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

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

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

orcareplay in other clients