Skip to content
Gemini CLI

bitatlas for Gemini CLI

io.github.bitatlas-group/bitatlas

Zero-knowledge encrypted storage for humans and AI agents. Client-side AES-256-GCM, EU-hosted.

client:Gemini CLI transport:stdio runtime:npm

Install bitatlas 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": {
    "bitatlas": {
      "command": "npx",
      "args": [
        "-y",
        "@bitatlas/mcp-server"
      ],
      "env": {
        "BITATLAS_API_KEY": "<BITATLAS_API_KEY>",
        "BITATLAS_MASTER_KEY": "<BITATLAS_MASTER_KEY>",
        "BITATLAS_API_URL": "<BITATLAS_API_URL>",
        "BITATLAS_WEB_URL": "<BITATLAS_WEB_URL>"
      }
    }
  }
}

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

bitatlas in other clients