whoop mcp for Zed
io.github.davidmosiah/whoop-mcp
Privacy-first, unofficial WHOOP MCP server for AI health, sleep, recovery, and performance agents.
client:Zed
transport:stdio
runtime:npm
Install whoop mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"whoop-mcp": {
"command": "npx",
"args": [
"-y",
"whoop-mcp-unofficial"
],
"env": {
"WHOOP_CLIENT_ID": "<WHOOP_CLIENT_ID>",
"WHOOP_CLIENT_SECRET": "<WHOOP_CLIENT_SECRET>",
"WHOOP_REDIRECT_URI": "<WHOOP_REDIRECT_URI>",
"WHOOP_TOKEN_PATH": "<WHOOP_TOKEN_PATH>",
"WHOOP_PRIVACY_MODE": "<WHOOP_PRIVACY_MODE>",
"WHOOP_CACHE": "<WHOOP_CACHE>",
"WHOOP_CACHE_PATH": "<WHOOP_CACHE_PATH>",
"WHOOP_NO_CACHE": "<WHOOP_NO_CACHE>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs