Crash-test AI agents and MCP servers, replay failures, and turn broken runs into deterministic regression tests.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"resilireplay": {
"command": "npx",
"args": [
"-y",
"aliengineering-byte/resilireplay"
]
}
}
}
Run in terminal:
claude mcp add resilireplay npx -y aliengineering-byte/resilireplay
Add to .cursor/mcp.json:
{
"mcpServers": {
"resilireplay": {
"command": "npx",
"args": [
"-y",
"aliengineering-byte/resilireplay"
]
}
}
}