Skip to main content
Glama

Whoop MCP Server

by ctvidic
#!/bin/bash # Get the directory where the script is located SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" # Change to the script directory cd "$SCRIPT_DIR" # Activate the virtual environment source "$SCRIPT_DIR/venv/bin/activate" echo "Activated virtual environment" >&2 # Run the Whoop server python src/whoop_http_server.py

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/ctvidic/whoop-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server