orcareplay for Zed
io.github.continuum-ai-corp/orcareplay
Read, replay and fork recorded coding-agent runs.
client:Zed
transport:stdio
runtime:npm
Install orcareplay in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"orcareplay": {
"command": "npx",
"args": [
"-y",
"orcareplay"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs