Skip to main content
Glama
OpenStride

OpenStride MCP Server

Official
by OpenStride

OpenStride MCP Server

Model Context Protocol (MCP) server that allows AI assistants (Claude, ChatGPT, etc.) to access and analyze your OpenStride training data.

Installation

npx -y @openstride/mcp-server

Related MCP server: coros-mcp

Configuration

Claude Desktop

Add to your Claude Desktop config (~/.config/Claude/claude_desktop_config.json on Linux/macOS or %APPDATA%\Claude\claude_desktop_config.json on Windows):

{
  "mcpServers": {
    "openstride": {
      "command": "npx",
      "args": ["-y", "@openstride/mcp-server"],
      "env": {
        "OPENSTRIDE_MANIFEST_URL": "https://drive.google.com/uc?id=YOUR_MANIFEST_ID"
      }
    }
  }
}

Getting Your Manifest URL

  1. Open OpenStride

  2. Go to Profile > App Extensions

  3. Enable AI Assistant (MCP)

  4. Go to Profile > AI Assistant (MCP)

  5. Connect Google Drive (if not already connected)

  6. Click Publish Data

  7. Copy the manifest URL

Available Tools

list_activities

List activities with filters and pagination.

Parameters:

  • limit (number): Max results (default: 20, max: 100)

  • offset (number): Pagination offset

  • type (string[]): Activity types (run, bike, swim, walk, hike)

  • startDate (string): Start date (YYYY-MM-DD)

  • endDate (string): End date (YYYY-MM-DD)

  • minDistance (number): Min distance in meters

  • maxDistance (number): Max distance in meters

get_activity

Get complete activity details.

Parameters:

  • activityId (string): Activity ID

get_stats

Calculate aggregated statistics.

Parameters:

  • period (string): Aggregation period (week, month, year)

  • startDate (string): Start date

  • endDate (string): End date

search_activities

Search activities by text.

Parameters:

  • query (string): Search query (title, notes)

analyze_activity

Analyze activity performance.

Parameters:

  • activityId (string): Activity ID

  • analyses (string[]): Analysis types (segments, best-efforts, slope, heart-rate-zones)

Requirements

  • Google Drive connection in OpenStride

  • Activities marked as public (privacy settings)

License

MIT

A
license - permissive license
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/OpenStride/mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server