Reelier for Cursor
io.github.seldonframe/reelier
Snapshot tests and CI for agent workflows: record a run, replay it at 0 tokens, diff for drift.
client:Cursor
transport:stdio
runtime:npm
Install Reelier in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"reelier": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"reelier"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs