Serversio.github.davidmosiah/strava-mcp
M

io.github.davidmosiah/strava-mcp

io.github.davidmosiah/strava-mcp · v0.1.2
▦ npm
v0.1.2npm npm: strava-mcp-unofficial↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.davidmosiah/strava-mcp",
  "description": "Privacy-first MCP server for Strava activities, streams, routes and training.",
  "repository": {
    "url": "https://github.com/davidmosiah/strava-mcp",
    "source": "github"
  },
  "version": "0.1.2",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "strava-mcp-unofficial",
      "version": "0.1.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Strava OAuth client ID. Optional when configured with strava-mcp-server setup.",
          "format": "string",
          "name": "STRAVA_CLIENT_ID"
        },
        {
          "description": "Strava OAuth client secret. Prefer strava-mcp-server setup so this secret is stored in ~/.strava-mcp/config.json instead of MCP client config.",
          "format": "string",
          "isSecret": true,
          "name": "STRAVA_CLIENT_SECRET"
        },
        {
          "description": "Redirect URI configured in the Strava Developer Dashboard. Optional when configured with strava-mcp-server setup.",
          "format": "string",
          "name": "STRAVA_REDIRECT_URI"
        },
        {
          "description": "Optional local path for OAuth tokens. Defaults to ~/.strava-mcp/tokens.json.",
          "format": "string",
          "name": "STRAVA_TOKEN_PATH"
        },
        {
          "description": "Optional payload mode: summary, structured, or raw. Defaults to structured. raw means full Strava API payloads, not continuous 24/7 raw sensor telemetry.",
          "format": "string",
          "name": "STRAVA_PRIVACY_MODE"
        },
        {
          "description": "Optional SQLite cache toggle. Set to true or sqlite to enable.",
          "format": "string",
          "name": "STRAVA_CACHE"
        },
        {
          "description": "Optional local SQLite cache path. Defaults to ~/.strava-mcp/cache.sqlite.",
          "format": "string",
          "name": "STRAVA_CACHE_PATH"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}