inbody api mcp for Windsurf
io.github.rwestergren/inbody-api-mcp
MCP server for InBody body-composition data — scans, body fat, muscle mass, body water
client:Windsurf
transport:stdio
runtime:pypi
Install inbody api mcp in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs