Catalog
io.github.stef-k/cognirelay
OfficialCogniRelay
Self-hosted agent continuity server with bounded, recoverable memory and restart orientation.
Self-hosted agent memory server with bounded, recoverable state across restarts.
README not available yet.
Install
Configuration
Environment variables
COGNIRELAY_REPO_ROOTrequiredPath to a durable writable CogniRelay repository root for runtime state.
claude_desktop_config.json
{
"mcpServers": {
"cognirelay": {
"command": "uvx",
"args": [
"cognirelay",
"serve"
],
"env": {
"COGNIRELAY_REPO_ROOT": "<YOUR_COGNIRELAY_REPO_ROOT>"
}
}
}
}