withings mcp for Zed
io.github.partymola/withings-mcp
MCP server for the Withings Health API with OAuth, local SQLite cache, and trend analysis.
client:Zed
transport:stdio
runtime:pypi
Install withings mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"withings-mcp": {
"command": "uvx",
"args": [
"withings-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs