strava-mcp-bridge
by millerchou
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| STRAVA_MCP_URL | No | URL of the upstream Strava MCP endpoint. Default: https://mcp.strava.com/mcp | |
| STRAVA_MCP_AUTH | No | Authentication mode: 'bridge-keychain' (default) or 'env' for STRAVA_MCP_ACCESS_TOKEN. | |
| STRAVA_MCP_DATA_DIR | No | Directory for bridge-managed local data. Default: ~/Library/Application Support/strava-mcp-bridge/ | |
| MCP_PROTOCOL_VERSION | No | MCP protocol version to use. | |
| STRAVA_MCP_ACCESS_TOKEN | No | Strava OAuth access token (only used with --auth env or STRAVA_MCP_AUTH=env). | |
| STRAVA_MCP_ALLOWED_TOOLS | No | Comma-separated list of allowed tools (equivalent to --allow-tool). | |
| STRAVA_MCP_TOKEN_ENDPOINT | No | Override the OAuth token endpoint URL. Use only for diagnosis. | |
| STRAVA_MCP_CLAIM_ON_IMPORT | No | When set to 'true', claim the refresh token chain on import. | |
| STRAVA_MCP_KEYCHAIN_HELPER | No | Path to the Keychain helper executable. | |
| STRAVA_MCP_KEYCHAIN_BACKEND | No | Keychain backend: 'native' (default, Swift helper) or 'security-cli' (fallback). | |
| STRAVA_MCP_OAUTH_TIMEOUT_MS | No | Timeout in milliseconds for OAuth operations. Default: 30000 | |
| STRAVA_MCP_STREAM_OUTPUT_DIR | No | Directory for stream file output. Default: <data_dir>/streams/ | |
| STRAVA_MCP_NO_CLAIM_ON_IMPORT | No | When set to 'true', do not claim the refresh token chain on import. | |
| STRAVA_MCP_KEYCHAIN_TIMEOUT_MS | No | Timeout in milliseconds for Keychain helper calls. Default: 120000 | |
| STRAVA_MCP_UPSTREAM_TIMEOUT_MS | No | Timeout in milliseconds for upstream MCP requests. Default: 30000 | |
| STRAVA_MCP_REFRESH_SKEW_SECONDS | No | Skew in seconds for token refresh timing. | |
| STRAVA_MCP_BRIDGE_KEYCHAIN_SERVICE | No | macOS Keychain service name for bridge-owned credentials. | |
| STRAVA_MCP_ALLOW_TOKEN_ENDPOINT_OVERRIDE | No | Must be set to '1' to allow STRAVA_MCP_TOKEN_ENDPOINT override. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/millerchou/strava-mcp-bridge'
If you have feedback or need assistance with the MCP directory API, please join our Discord server