NoshUp: Meal Planning & Grocery Budget for Gemini CLI
io.github.navshainc/noshup
Grocery meal planning, budgets, and flyer deals for Canadian households. Auth required.
client:Gemini CLI
transport:streamable-http
Install NoshUp: Meal Planning & Grocery Budget in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"noshup": {
"httpUrl": "https://api.noshup.ca/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs