Skip to main content
Glama
hybrd-oss
by hybrd-oss

HYBRD Agent Plugins

CI

Your Apple Watch, Garmin, Whoop and COROS training data, plan and history for your AI coach. Log lifts and runs, schedule workouts, and complete them on your watch.

HYBRD MCP makes it easy to manage and execute fitness goals. It brings your fitness plan, workout history and logger, profile, and wearable connections into one place, so your AI can coach you from your real training instead of guesses. Built for self-coached athletes who use ChatGPT, Claude or Cursor as their coach. Connect your devices once and your AI can read your workout history and benchmarks, follow and edit your training plan, log lifts and runs, and schedule workouts you finish on your watch. Learn more at hybrd.com/mcp.

Devices

Apple Watch (via the HYBRD iOS app), Garmin, WHOOP, COROS, Hevy, Strong, Fitbod, StrongLifts, Oura, Polar, Suunto, Wahoo, Zwift, Fitbit, TrainingPeaks, TrainerRoad, Concept2, and more.

Related MCP server: Garmin MCP Server

Install

ChatGPT and Codex

git clone https://github.com/hybrd-oss/hybrd-agent-plugins.git
cd hybrd-agent-plugins
codex plugin marketplace add .
codex plugin add hybrd@hybrd

Claude Code

claude plugin marketplace add hybrd-oss/hybrd-agent-plugins
claude plugin install hybrd@hybrd

Cursor

Open Customize, find HYBRD, and install it. Then enable the HYBRD MCP server.

Each host will prompt you to sign in to HYBRD in your browser. That creates or connects your account. The iPhone app is not required.

Try it

  • "Show my workouts from this week and what my Garmin recorded."

  • "What's on my training plan today?"

  • "Connect my Whoop and COROS to HYBRD."

  • "Move Thursday's long run to Saturday."

  • "Log today's lift: 5x5 back squat at 100 kg."

Repository layout

This repository is a monorepo of provider plugins. Each plugin is a standalone package with its own manifest, MCP configuration, and install path.

Host

Plugin directory

Marketplace manifest

README

ChatGPT and Codex

plugins/openai

.agents/plugins/marketplace.json

OpenAI plugin

Claude Code

plugins/claude-code

.claude-plugin/marketplace.json

Claude Code plugin

Cursor

plugins/cursor

.cursor-plugin/marketplace.json

Cursor plugin

Each provider plugin ships:

  • A remote MCP server configuration for https://mcp.hybrd.com/mcp.

  • The hybrd-mcp skill: account verification, tool routing, and workout, profile, benchmark and integration workflows.

HYBRD MCP grants your AI assistant profile, workout, benchmark and integration read/write access. Available tools and schemas come from the live HYBRD MCP server.

Local development

Clone this repository, then load the provider directory you are changing:

# ChatGPT and Codex
codex plugin marketplace add .
codex plugin add hybrd@hybrd

# Claude Code
claude --plugin-dir ./plugins/claude-code

# Cursor
mkdir -p ~/.cursor/plugins/local
ln -s "$(pwd)/plugins/cursor" ~/.cursor/plugins/local/hybrd

Do not symlink or pass the repository root as a plugin directory. Cursor and Claude Code both expect the individual plugin folder that contains the provider manifest.

Shared metadata lives in shared/policy.json and the shared skill in shared/hybrd-mcp.SKILL.md. Copy them into every provider plugin with:

npm run sync

A pre-commit hook runs that copy step and stages the generated files. Enable the hook once with npm run prepare, or git config core.hooksPath .githooks. CI still fails if generated files are stale.

READMEs and other provider prose can differ and are not overwritten.

Validate every provider package with:

npm run validate

Provider-specific checks:

npm run validate:claude
npm run validate:cursor
npm run validate:openai
npm run validate:sync

Support

For help, visit HYBRD Support. Review the Privacy Policy and Terms.

License

MIT

Maintenance

ActivityMaintained
ResponsivenessNo issues

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    A comprehensive AI-powered fitness tracking application that enables AI tools to interact intelligently with user fitness data, providing personalized workout plans, nutrition tracking, and progress analysis through natural language.
    15
    MIT
  • F
    license
    B
    quality
    D
    maintenance
    Integrates with Garmin Connect to retrieve activity data, health metrics, and provide AI-powered training insights and personalized coaching recommendations based on your fitness activities and performance trends.
    14
    -
  • F
    license
    Not graded
    quality
    Not graded
    maintenance
    Connects AI assistants to fitness data from over 150 wearables including Strava, Garmin, and Fitbit through the Model Context Protocol. It provides 47 tools for sports science-based analysis, training load management, recovery tracking, and personalized nutrition planning.
    16
    -
  • A
    license
    A
    quality
    F
    maintenance
    Aggregates and analyzes fitness data from multiple sources like Whoop and Strava through a modular adapter architecture. It enables users to monitor health metrics, track activities, and gain insights into sleep, recovery, and training performance.
    1
    MIT