Skip to content
Gemini CLI

Forkbit for Gemini CLI

io.forkbit/mcp

Nutrition data for AI agents: search foods, look up nutrients, parse meals, analyze recipes.

client:Gemini CLI transport:stdio runtime:npm

Install Forkbit in Gemini CLI

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@forkbit/mcp"
      ],
      "env": {
        "FORKBIT_API_KEY": "<FORKBIT_API_KEY>"
      }
    }
  }
}

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

Forkbit in other clients