Skip to content
Gemini CLI

authshore for Gemini CLI

io.github.jyswee/authshore

Auth infrastructure for coding agents. User pools, secrets vault, token management. As easy as git.

client:Gemini CLI transport:sse runtime:npm

Install authshore in Gemini CLI

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

{
  "mcpServers": {
    "authshore": {
      "url": "https://mcp.authshore.ai/sse"
    }
  }
}

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

authshore in other clients