continuity evidence for Cursor
io.github.zerohourzulu/continuity-evidence
A bounded local evidence tool with current agent permission checks and durable retry handling.
client:Cursor
transport:stdio
runtime:npm
Install continuity evidence in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"continuity-evidence": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@ramex-labs/continuity-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs