Initial commit: Modularized Strava MCP Server with UV and Hatchling

This commit is contained in:
2026-05-09 01:06:04 +02:00
commit ed43e1928e
21 changed files with 2688 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
# Strava API Credentials
# Get these from https://www.strava.com/settings/api
STRAVA_CLIENT_ID=your_client_id
STRAVA_CLIENT_SECRET=your_client_secret
# Initial refresh token obtained via OAuth2 flow
STRAVA_REFRESH_TOKEN=your_refresh_token
# Optional: Server configuration
PORT=8000
HOST=0.0.0.0