Skip to content
Gemini CLI

HonestQR for Gemini CLI

com.zalize.qr/honestqr

Generate static QR codes (URL, WiFi, vCard, pixel art) and decode QR images. Codes never expire.

client:Gemini CLI transport:streamable-http

Install HonestQR in Gemini CLI

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

{
  "mcpServers": {
    "honestqr": {
      "httpUrl": "https://qr.zalize.com/mcp"
    }
  }
}

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

HonestQR in other clients