Skip to content
Gemini CLI

Keyblind for Gemini CLI

io.github.aarifmms/keyblind

Encrypted secrets vault for AI agents — secrets resolved at runtime, never seen by LLMs.

client:Gemini CLI transport:stdio runtime:npm

Install Keyblind in Gemini CLI

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

{
  "mcpServers": {
    "keyblind": {
      "command": "npx",
      "args": [
        "-y",
        "keyblind"
      ]
    }
  }
}

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

Keyblind in other clients