vetted consumer for Gemini CLI
io.github.thebaronofai/vetted-consumer
Will a local LLM run on your hardware? GGUF quant, buy-vs-rent-vs-API cost, used-GPU prices.
client:Gemini CLI
transport:streamable-http
tools:9
Install vetted consumer in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"vetted-consumer": {
"httpUrl": "https://vettedconsumer.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