Skip to content
Gemini CLI

inbody api mcp for Gemini CLI

io.github.rwestergren/inbody-api-mcp

MCP server for InBody body-composition data — scans, body fat, muscle mass, body water

client:Gemini CLI transport:stdio runtime:pypi

Install inbody api mcp 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": {
    "inbody-api-mcp": {
      "command": "uvx",
      "args": [
        "inbody-api-mcp"
      ],
      "env": {
        "INBODY_LOGIN_ID": "<INBODY_LOGIN_ID>",
        "INBODY_LOGIN_PW": "<INBODY_LOGIN_PW>",
        "INBODY_COUNTRY_CODE": "<INBODY_COUNTRY_CODE>"
      }
    }
  }
}

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

inbody api mcp in other clients