Skip to content
Gemini CLI

bodylog for Gemini CLI

io.github.abhaymettu/bodylog

Agent-first workout and food log: sets and meals from chat, USDA and Open Food Facts macros, cards.

client:Gemini CLI transport:stdio runtime:pypi

Install bodylog 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": {
    "bodylog": {
      "command": "uvx",
      "args": [
        "bodylog"
      ],
      "env": {
        "BODYLOG_DB": "<BODYLOG_DB>",
        "BODYLOG_CARDS": "<BODYLOG_CARDS>",
        "FDC_API_KEY": "<FDC_API_KEY>",
        "BODYLOG_OFFLINE": "<BODYLOG_OFFLINE>"
      }
    }
  }
}

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

bodylog in other clients