Skip to content
Gemini CLI

foodgpt for Gemini CLI

dev.rt4/foodgpt

Order food from Rio restaurants. Pix prepaid: no order is a commitment until it is paid.

client:Gemini CLI transport:streamable-http

Install foodgpt in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "foodgpt": {
      "httpUrl": "https://foodgpt.rt4.dev/mcp"
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

foodgpt in other clients