Skip to main content
Glama
smithery.yaml834 B
runtime: "container" startCommand: type: "http" configSchema: type: "object" required: ["whoopEmail", "whoopPassword"] properties: whoopEmail: type: "string" title: "Whoop Email" description: "Your Whoop account email address" whoopPassword: type: "string" title: "Whoop Password" description: "Your Whoop account password" format: "password" mcpAuthToken: type: "string" title: "MCP Auth Token" description: "Optional authentication token for securing MCP endpoint access" format: "password" exampleConfig: whoopEmail: "user@example.com" whoopPassword: "your-password" mcpAuthToken: "optional-secret-token" build: dockerfile: "Dockerfile" dockerBuildPath: "." env: NODE_ENV: "production"

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

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