Loading MCP server directory, please wait...
Self-hosted agent continuity server with bounded, recoverable memory and restart orientation.
npx @getmcp/cli add io.github.stef-k/cognirelayRequires Python 3.10+. Community-contributed server. Review source before installing.
COGNIRELAY_REPO_ROOTPath to a durable writable CogniRelay repository root for runtime state.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.stef-k/cognirelay": {
"command": "uvx",
"args": [
"cognirelay",
"serve"
],
"env": {
"COGNIRELAY_REPO_ROOT": ""
}
}
}
}