Skip to content
Gemini CLI

Recipes for Gemini CLI

io.github.pipeworx-io/recipes

Recipes MCP — wraps TheMealDB API (free tier, no auth)

client:Gemini CLI transport:streamable-http

Install Recipes in Gemini CLI

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

{
  "mcpServers": {
    "recipes": {
      "httpUrl": "https://gateway.pipeworx.io/recipes/mcp"
    }
  }
}

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

Recipes in other clients