CogniRelay for Cursor
io.github.stef-k/cognirelay
Self-hosted agent continuity server with bounded, recoverable memory and restart orientation.
client:Cursor
transport:stdio
runtime:pypi
Install CogniRelay in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"cognirelay": {
"type": "stdio",
"command": "uvx",
"args": [
"cognirelay"
],
"env": {
"COGNIRELAY_REPO_ROOT": "<COGNIRELAY_REPO_ROOT>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs