Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
STRAVA_CLIENT_IDYesYour Strava application Client ID
STRAVA_EXPIRES_ATYesThe expiration timestamp for the access token
STRAVA_ACCESS_TOKENYesYour Strava OAuth access token
STRAVA_CLIENT_SECRETYesYour Strava application Client Secret
STRAVA_REFRESH_TOKENYesYour Strava OAuth refresh token

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
get_activities

Get logged-in athlete activities with optional filters. Use minimal=true for large datasets to reduce context usage.

get_activity

Get detailed information about a specific activity by ID. Use minimal=true to reduce context usage.

create_activity

Create a new manual activity

update_activity

Update an existing activity

delete_activity

Delete an activity

get_activity_streams

Get activity streams (GPS, heart rate, power, cadence, etc.)

get_activity_comments

Get comments for an activity

get_activity_kudos

Get kudos for an activity

get_athlete

Get the authenticated athlete profile

get_athlete_stats

Get athlete statistics (totals and recent activities)

get_athlete_zones

Get athlete zones (heart rate and power zones)

get_routes

Get athlete routes

get_route

Get detailed information about a specific route

get_starred_segments

Get athlete starred segments

get_segment

Get detailed information about a specific segment

get_segment_leaderboard

Get segment leaderboard with optional filters

explore_segments

Explore segments in a geographic area

get_athlete_clubs

Get clubs the authenticated athlete belongs to

get_club

Get detailed information about a specific club

get_club_members

Get members of a club

get_club_activities

Get recent activities from club members

get_gear

Get detailed information about a specific piece of gear (bike, shoes, etc.)

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/gcoombe/strava-mcp'

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