We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/hxie-pallas/strava-training-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•643 B
# Strava API Credentials
# Get these from https://www.strava.com/settings/api
# Required: Your Strava API Client ID
STRAVA_CLIENT_ID=156143
# Required: Your Strava API Client Secret
STRAVA_CLIENT_SECRET=3f7f36d1d96df5f3a4c83e6170d28e213b104526
# Auto-generated: Refresh token is automatically set when you complete authentication
# Use the MCP tools: save_strava_credentials() -> get_auth_url() -> complete_strava_auth()
# This will be populated automatically - you don't need to set it manually
STRAVA_REFRESH_TOKEN=
# Optional: These are automatically set during authentication (not required)
# STRAVA_ACCESS_TOKEN=
# STRAVA_EXPIRES_AT=