auth token service for Gemini CLI
io.github.mikerawsonnz/auth-token-service
Hash passwords with bcrypt and issue/verify JWT session tokens over A2A + MCP.
client:Gemini CLI
transport:streamable-http
tools:2
Install auth token service in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"auth-token-service": {
"httpUrl": "https://bcrypt-python-jose-d0e0d0.getvda.ai/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs