Skip to content
Gemini CLI

clude for Gemini CLI

io.github.sebbsssss/clude

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

client:Gemini CLI transport:stdio runtime:npm

Install clude in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.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>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

clude in other clients