Totem — talk to your wearables with AI. Today: full Whoop access (48 tools).
claude mcp add totem -- npx -y @thebriangao/totem
claude_desktop_config.json
{
"mcpServers": {
"totem": {
"command": "npx",
"args": [
"-y",
"@thebriangao/totem"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"totem": {
"command": "npx",
"args": [
"-y",
"@thebriangao/totem"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"totem": {
"command": "npx",
"args": [
"-y",
"@thebriangao/totem"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"totem": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@thebriangao/totem"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"totem": {
"command": "npx",
"args": [
"-y",
"@thebriangao/totem"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.thebriangao--totem/reviews or the review_server meta-tool.
POST /mcp