We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/JedPattersonn/whoop-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Whoop Credentials (Required)
WHOOP_EMAIL=your-email@example.com
WHOOP_PASSWORD=your-password
# Optional: Authentication token for MCP requests
# Generate a secure token with: openssl rand -hex 32
MCP_AUTH_TOKEN=your-secret-token-here
# Optional: Server port (default: 3000)
PORT=3000