OpenStride MCP Server
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@OpenStride MCP Servershow my stats for this week"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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-serverRelated 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
Open OpenStride
Go to Profile > App Extensions
Enable AI Assistant (MCP)
Go to Profile > AI Assistant (MCP)
Connect Google Drive (if not already connected)
Click Publish Data
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 offsettype(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 metersmaxDistance(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 dateendDate(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 IDanalyses(string[]): Analysis types (segments,best-efforts,slope,heart-rate-zones)
Requirements
Google Drive connection in OpenStride
Activities marked as public (privacy settings)
License
MIT
Links
This server cannot be installed
Maintenance
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
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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