withings mcp for Gemini CLI
io.github.partymola/withings-mcp
MCP server for the Withings Health API with OAuth, local SQLite cache, and trend analysis.
client:Gemini CLI
transport:stdio
runtime:pypi
Install withings mcp in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"withings-mcp": {
"command": "uvx",
"args": [
"withings-mcp"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs