io.github.davidmosiah

eight-sleep-mcp

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

stdiocommunityservice

Package Details

Transportstdio

Environment Variables

EIGHT_SLEEP_EMAIL(str)

Eight Sleep account email. Optional when configured with eight-sleep-mcp-server setup.

EIGHT_SLEEP_PASSWORD(str)
Secret

Eight Sleep account password. Prefer the setup command so this secret is stored in ~/.eight-sleep-mcp/config.json (chmod 600) instead of MCP client config.

EIGHT_SLEEP_ALLOW_MUTATIONS(str)

Set to true to enable write tools (set_temperature, set_side, set_away_mode, snooze/dismiss alarm). Default false (read-only).

EIGHT_SLEEP_PRIVACY_MODE(str)

Optional payload mode: summary, structured, or raw. Defaults to structured.

EIGHT_SLEEP_CACHE(str)

Optional SQLite cache toggle. Set to true or sqlite to enable.

EIGHT_SLEEP_TOKEN_PATH(str)

Optional local token path. Defaults to ~/.eight-sleep-mcp/tokens.json.

EIGHT_SLEEP_CLIENT_ID(str)

Optional override for the Android-app client_id default.

EIGHT_SLEEP_CLIENT_SECRET(str)
Secret

Optional override for the Android-app client_secret default.