Skip to main content
Glama

Related Servers

Alternatives to Garmin MCP

No user-submitted related servers found.

    Related Servers

    • A
      license
      Not graded
      quality
      C
      maintenance
      A local MCP server that exposes your Garmin Connect data—sleep, HRV, training readiness, workouts, and more—to any MCP-compatible AI assistant. Runs entirely on your machine and keeps your Garmin credentials private.
      MIT
    • A
      license
      B
      quality
      A
      maintenance
      Local-first MCP server that connects AI agents to your Oura Ring readiness, sleep, activity, and HRV data. Tokens never leave your machine.
      27
      396 npm
      4
      MIT
    • A
      license
      Not graded
      quality
      A
      maintenance
      MCP server that mirrors your Garmin data into a personal database and exposes tools for health summaries, training load, muscle readiness, and race analysis, with optional chat-driven insights via stdio or HTTP.
      1
      MIT

    TDQS

    B3.1/5.0

    Scored across 42 tools

    Disambiguation3/5

    Most get_*_day tools are clearly distinct per metric, but there is noticeable overlap between informational tools like garmin_capabilities and garmin_data_inventory, and confusion potential from garmin_profile_get vs garmin_get_profile targeting different profiles. Agents may struggle to choose between these similar-sounding or partially redundant tools.

    Naming Consistency2/5

    Naming is inconsistent: some tools use verb-first patterns (get_profile, list_activities) while others use noun-first (profile_get) or bare nouns (quickstart, capabilities, daily_summary). This mixed convention makes it harder to anticipate a tool's name from its function and could lead to selection errors.

    Tool Count2/5

    With 42 tools, the server is heavily over the typical manageable range. While the Garmin data domain is broad, the many near-identical getters for each metric plus a large set of meta/informational tools could be consolidated, making the surface overwhelming and difficult to navigate.

    Completeness4/5

    The tool set provides comprehensive read-only coverage of Garmin wellness and activity data, including profiles, devices, daily metrics, detailed activities, and derived summaries. Minor gaps include lack of write-back to Garmin and no support for courses or segments, but these are outside the core wellness scope.

    Maintenance

    ActivityMaintained
    ResponsivenessSlow