Skip to content
Windsurf

eight sleep mcp for Windsurf

io.github.davidmosiah/eight-sleep-mcp

Unofficial Eight Sleep MCP server: read sleep trends, temperature, alarms; gated pod control.

client:Windsurf transport:stdio runtime:npm

Install eight sleep mcp in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "mcpServers": {
    "eight-sleep-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "eight-sleep-mcp-unofficial"
      ],
      "env": {
        "EIGHT_SLEEP_EMAIL": "<EIGHT_SLEEP_EMAIL>",
        "EIGHT_SLEEP_PASSWORD": "<EIGHT_SLEEP_PASSWORD>",
        "EIGHT_SLEEP_ALLOW_MUTATIONS": "<EIGHT_SLEEP_ALLOW_MUTATIONS>",
        "EIGHT_SLEEP_PRIVACY_MODE": "<EIGHT_SLEEP_PRIVACY_MODE>",
        "EIGHT_SLEEP_CACHE": "<EIGHT_SLEEP_CACHE>",
        "EIGHT_SLEEP_TOKEN_PATH": "<EIGHT_SLEEP_TOKEN_PATH>",
        "EIGHT_SLEEP_CLIENT_ID": "<EIGHT_SLEEP_CLIENT_ID>",
        "EIGHT_SLEEP_CLIENT_SECRET": "<EIGHT_SLEEP_CLIENT_SECRET>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

eight sleep mcp in other clients