CogniRelay for Claude Desktop
io.github.stef-k/cognirelay
Self-hosted agent continuity server with bounded, recoverable memory and restart orientation.
client:Claude Desktop
transport:stdio
runtime:pypi
Install CogniRelay in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"cognirelay": {
"command": "uvx",
"args": [
"cognirelay"
],
"env": {
"COGNIRELAY_REPO_ROOT": "<COGNIRELAY_REPO_ROOT>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs