Skip to content
Zed

inbody api mcp for Zed

io.github.rwestergren/inbody-api-mcp

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

client:Zed transport:stdio runtime:pypi

Install inbody api mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "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>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

inbody api mcp in other clients