QRStuff MCP Server for Gemini CLI
io.github.qrstuff/qrstuff-mcp
Generate, update, manage, and track QR codes using the QRStuff platform.
client:Gemini CLI
transport:streamable-http
Install QRStuff MCP Server in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"qrstuff-mcp": {
"httpUrl": "https://mcp.qrstuff.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