Skip to content
Claude Desktop

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

CogniRelay in other clients