Pinoyshki Bakery for Gemini CLI
com.pinoyshki/bakery
Browse Pinoyshki Bakery's menu, check an order against its rules, and get the checkout link.
client:Gemini CLI
transport:streamable-http
tools:5
Install Pinoyshki Bakery in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"bakery": {
"httpUrl": "https://bot.pinoyshki.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