-
v0.1.1
Stablereleased this
2026-05-14 19:39:17 +00:00 | 0 commits to main since this release🪄 Interactive Onboarding & Config Management
This release focuses on developer experience and ease of use — particularly for users running the server via
uvxwithout a local clone.✨ New Features
🧙 Interactive Setup Wizard (
authcommand)- Running
uvx --from strava-mcp-server-hnrx authwith missing credentials no longer fails with an error. - Instead, a browser-based setup wizard opens automatically at
http://localhost:8765. - The wizard walks the user through creating a Strava API application step-by-step and saves all credentials automatically.
🔧
get_server_infoMCP Tool- New tool available to LLM clients to query the server's version, transport mode, authentication status, and available tool categories.
- Returns both a formatted Markdown table and a structured JSON resource.
- Also fixes the version lookup (
importlib.metadata) to use the correct package namestrava-mcp-server-hnrx.
📁 Platform-aware Config File
- Credentials are no longer stored only in a local
.envfile (which doesn't work withuvx). - Now saved to the standard user config directory:
- macOS / Linux:
~/.config/strava-mcp-server/config.env - Windows:
%APPDATA%\strava-mcp-server\config.env
- macOS / Linux:
- A local
.envfile is still supported and takes precedence (for developer overrides).
📖 Documentation
- README: Docker section updated to reference the pre-built image at
git.hnrx.net/hnrx/strava-mcp-server:latest; build-from-source instructions moved to a collapsible<details>block. - Auth and installation sections rewritten to highlight the
uvxquick start as the primary method.
Full Changelog: v0.1.0...v0.1.1
🐳 Docker Image
docker pull git.hnrx.net/hnrx/strava-mcp-server:v0.1.1Downloads
- Running
-
v0.1.0
Stablereleased this
2026-05-14 18:14:31 +00:00 | 3 commits to main since this releaseRelease Party 🥳🎉
Our first release on pypi.org feel free to use this Strava MCP Server.
Favorite Feature:
- run locally (STDIO) or in a docker container (streamable HTTP)
What's Changed
Full Changelog: v0.0.5...v0.1.0
🐳 Docker Image
docker pull git.hnrx.net/hnrx/strava-mcp-server:v0.1.0Downloads
-
v0.0.5
Stablereleased this
2026-05-12 21:40:34 +00:00 | 11 commits to main since this releaseNew Features
- dual output of returned for LLM analysis and user view
What's Changed
Full Changelog: v0.0.4...v0.0.5
🐳 Docker Image
docker pull git.hnrx.net/hnrx/strava-mcp-server:v0.0.5Downloads
-
Fix Build and Release Flow
Stablereleased this
2026-05-09 13:05:56 +00:00 | 18 commits to main since this releaseWhat's Changed
Full Changelog: v0.0.3...v0.0.4
🐳 Docker Image
docker pull git.hnrx.net/hnrx/strava-mcp-server:v0.0.4Downloads
-
released this
2026-05-09 12:56:50 +00:00 | 19 commits to main since this releaseThis is an internal update for the CI/CD workflow
🐳 Docker Image
docker pull git.hnrx.net/hnrx/strava-mcp-server:v0.0.3Downloads
-
Bugfix: Authentication fixed
Stablereleased this
2026-05-09 10:33:30 +00:00 | 21 commits to main since this releaseThis fix enables the server to start before authentication is done externally.
Downloads
-
First Release
Stablereleased this
2026-05-09 02:42:17 +00:00 | 24 commits to main since this releaseWelcome new Strava MCP Server
Downloads