Skip to content

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

WHOOP MCP in other clients