Skip to content
Claude Desktop

clude for Claude Desktop

io.github.sebbsssss/clude

Portable agent memory anchored on Solana. Local SQLite + vector recall, open export.

client:Claude Desktop transport:stdio runtime:npm

Install clude 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": {
    "clude": {
      "command": "npx",
      "args": [
        "-y",
        "@clude/sdk"
      ],
      "env": {
        "CORTEX_API_KEY": "<CORTEX_API_KEY>",
        "CORTEX_HOST_URL": "<CORTEX_HOST_URL>",
        "CLUDE_WALLET": "<CLUDE_WALLET>",
        "CLUDE_AGENT_NAME": "<CLUDE_AGENT_NAME>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

clude in other clients