whoop for Zed
io.github.shashankswe2020-ux/whoop
MCP server for WHOOP health data — recovery, sleep, workouts, cycles, and trends.
client:Zed
transport:stdio
runtime:npm
Install whoop in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"whoop": {
"command": "npx",
"args": [
"-y",
"whoop-ai-mcp"
],
"env": {
"WHOOP_CLIENT_ID": "<WHOOP_CLIENT_ID>",
"WHOOP_CLIENT_SECRET": "<WHOOP_CLIENT_SECRET>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs