training-time-machine

barracoder/training-time-machine
★ 0 stars TypeScript Database Updated 11d ago
Your training data, on your machine — import your fitness-service export into local MySQL; analyse it with a website, an MCP server, or plain SQL. No subscription required.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "training-time-machin": {
      "command": "npx",
      "args": [
        "-y",
        "barracoder/training-time-machine"
      ]
    }
  }
}

README Excerpt

**This repo is a protest.** In 2026 Strava put API access to your *own* activities behind a paid subscription. If you don't pay, third-party apps (and you) can no longer read your data through the API; new apps get a `403 Application Inactive` until the developer holds an active subscription. Meanwhile Strava keeps monetising that same data itself. Your training history is **your** data; limiting your access to it is wrong.
📊
Working with market or time-series data?
The Polymarket Historical Dataset — 18.5M+ price snapshots across 18,600+ prediction markets (CSV + SQLite). Built for backtesting & ML.
View dataset →