Skip to content
Zed

totem for Zed

io.github.thebriangao/totem

Totem — talk to your wearables with AI. Today: full Whoop access (48 tools).

client:Zed transport:stdio runtime:npm

Install totem 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": {
    "totem": {
      "command": "npx",
      "args": [
        "-y",
        "@thebriangao/totem"
      ],
      "env": {
        "WHOOP_IOS_BEARER_TOKEN": "<WHOOP_IOS_BEARER_TOKEN>",
        "WHOOP_COGNITO_REFRESH_TOKEN": "<WHOOP_COGNITO_REFRESH_TOKEN>",
        "WHOOP_EMAIL": "<WHOOP_EMAIL>",
        "WHOOP_USER_ID": "<WHOOP_USER_ID>",
        "WHOOP_TIMEZONE": "<WHOOP_TIMEZONE>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

totem in other clients