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
{
"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