Skip to content
Gemini CLI

vaultit for Gemini CLI

io.github.therealdataboss/vaultit

Zero model drift between AI agents. Session continuity for Claude, GPT, Gemini, and any LLM.

client:Gemini CLI transport:stdio runtime:pypi

Install vaultit in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "vaultit": {
      "command": "uvx",
      "args": [
        "vaultit"
      ]
    }
  }
}

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

vaultit in other clients