From 9b273594ac78400ccd9c159b4c9b6bfff02c66af Mon Sep 17 00:00:00 2001 From: Matthias Hinrichs Date: Thu, 14 May 2026 19:43:17 +0000 Subject: [PATCH] Create wiki page 'Home' --- Home.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Home.md diff --git a/Home.md b/Home.md new file mode 100644 index 0000000..eeec3e3 --- /dev/null +++ b/Home.md @@ -0,0 +1,24 @@ +# 🏠 Strava MCP Server — Wiki + +Welcome to the official documentation for the **Strava MCP Server** — a production-ready [Model Context Protocol](https://modelcontextprotocol.io/) server that exposes the Strava API v3 to AI agents and LLMs. + +## 📚 Pages + +| Page | Description | +|------|-------------| +| [Quick Start](Quick-Start) | Get up and running in 2 minutes | +| [Installation](Installation) | All installation methods (uvx, Docker, PyPI, source) | +| [Configuration](Configuration) | Environment variables and config file locations | +| [MCP Tools Reference](MCP-Tools-Reference) | All available tools grouped by category | +| [MCP Clients](MCP-Clients) | How to connect Claude Desktop, OpenWebUI, and more | +| [Development](Development) | Local dev setup, testing, linting, Git hooks | +| [CI-CD](CI-CD) | Gitea Actions pipeline overview | +| [Troubleshooting](Troubleshooting) | Common errors and fixes | + +## 🔗 Links + +- **Repository**: https://git.hnrx.net/hnrx/strava-mcp-server +- **Website**: https://strava-mcp.web.s3.hnrx.net +- **PyPI**: https://pypi.org/project/strava-mcp-server-hnrx/ +- **Docker Image**: `git.hnrx.net/hnrx/strava-mcp-server:latest` +- **Issues**: https://git.hnrx.net/hnrx/strava-mcp-server/issues