ResiliReplay for Zed
io.github.aliengineering-byte/resilireplay
Run bounded, deterministic MCP reliability tests and generate executable regressions.
client:Zed
transport:stdio
runtime:npm
Install ResiliReplay in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"resilireplay": {
"command": "npx",
"args": [
"-y",
"resilireplay"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs