totem
by thebriangao
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Port for HTTP server (defaults to 3000 if not set) | |
| PUBLIC_URL | No | Your server's public origin (required for OAuth) | |
| WHOOP_EMAIL | Yes | Your Whoop login email | |
| AUTH_PASSWORD | No | Password for OAuth connector flow | |
| MCP_TRANSPORT | No | Transport mode: stdio (default) or http | |
| WHOOP_USER_ID | No | Your Whoop user ID — used by whoop_profile, whoop_leaderboard. Avoids one bootstrap call per session. | |
| MCP_AUTH_TOKEN | No | Bearer token for HTTP mode (also used as OAuth JWT signing secret) | |
| WHOOP_PASSWORD | No | Your Whoop login password (used only during bootstrap) | |
| WHOOP_TIMEZONE | No | IANA timezone (e.g., America/Los_Angeles). If unset, auto-detected from your Whoop profile and refreshed hourly. | |
| WHOOP_TOKEN_STORE | No | envfile (default) or memory | envfile |
| WHOOP_INSTALLATION_ID | No | The per-install device identifier sent as x-whoop-installation-identifier. Generated once and written to .env on first run. | |
| WHOOP_IOS_BEARER_TOKEN | Yes | Cognito access token (24h, auto-refreshed) | |
| WHOOP_COGNITO_REFRESH_TOKEN | Yes | Cognito refresh token (~30d) |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/thebriangao/totem'
If you have feedback or need assistance with the MCP directory API, please join our Discord server