We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/armonge/wahoo-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•719 B
# Wahoo API Configuration
WAHOO_CLIENT_ID=your_client_id_here
WAHOO_CLIENT_SECRET=your_client_secret_here
# Required: File path for persistent token storage
WAHOO_TOKEN_FILE=token.json
# OAuth Server Configuration (optional)
WAHOO_AUTH_HOST=localhost
WAHOO_AUTH_PORT=8080
# OAuth Redirect Configuration (optional)
# Use these when your redirect URL needs to be different from the server binding
# Example: Using ngrok, Docker, or a reverse proxy
# WAHOO_REDIRECT_HOST=your-app.ngrok.io
# WAHOO_REDIRECT_PORT=443
# WAHOO_REDIRECT_SCHEME=https
# Wahoo API URLs (optional - defaults are usually fine)
# WAHOO_AUTH_URL=https://api.wahooligan.com/oauth/authorize
# WAHOO_TOKEN_URL=https://api.wahooligan.com/oauth/token