WHOOP MCP for Zed
io.github.cunicopia-dev/whoop-postgres-mcp
Sync WHOOP recovery, sleep, strain, and workouts into Postgres and query them from any MCP client.
client:Zed
transport:stdio
runtime:pypi
Install WHOOP MCP in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"whoop-postgres-mcp": {
"command": "uvx",
"args": [
"whoop-postgres-mcp"
],
"env": {
"WHOOP_CLIENT_ID": "<WHOOP_CLIENT_ID>",
"WHOOP_CLIENT_SECRET": "<WHOOP_CLIENT_SECRET>",
"WHOOP_REDIRECT_URI": "<WHOOP_REDIRECT_URI>",
"WHOOP_DB_URL": "<WHOOP_DB_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs