We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/juanlarreapm/strava-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•562 B
# Strava OAuth Credentials
# Get these from: https://www.strava.com/settings/api
# Required: Your Strava access token (expires every 6 hours)
STRAVA_ACCESS_TOKEN=your_access_token_here
# Optional but recommended: For token refresh
STRAVA_REFRESH_TOKEN=your_refresh_token_here
# Optional: Your Strava application credentials
STRAVA_CLIENT_ID=your_client_id_here
STRAVA_CLIENT_SECRET=your_client_secret_here
# How to get these values:
# 1. Create an app at https://www.strava.com/settings/api
# 2. Run: node setup-auth.cjs
# 3. Copy the tokens from the output