Skip to content
VS Code

orcareplay for VS Code

io.github.continuum-ai-corp/orcareplay

Read, replay and fork recorded coding-agent runs.

client:VS Code transport:stdio runtime:npm

Install orcareplay in VS Code

.vscode/mcp.json

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

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

orcareplay in other clients