The Pantry Butler for Gemini CLI
com.thepantrybutler/pantry
Answers 'what can I cook tonight?' from your own saved recipes and what's really in your kitchen.
client:Gemini CLI
transport:streamable-http
tools:6
Install The Pantry Butler in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"pantry": {
"httpUrl": "https://thepantrybutler.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