69
/ 100
1 month ago
glama

garmin-mcp

Enables AI assistants to read Garmin activities and create/schedule structured workouts and multi-week training plans directly on Garmin Connect, syncing to your watch with guided prompts.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 2 credentials: GARMIN_PASSWORD, MCP_AUTH_TOKEN
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configGARMINTOKENSaccess. Treat like a production secret — it is git-ignored here.
configGARMIN_EMAIL
🔐 secretGARMIN_PASSWORD
configTRANSPORT"env": { "": "stdio", "GARMINTOKENS": "/Users/you/.garminconnect" }
configHOST
configPORT
🔐 secretMCP_AUTH_TOKENopenssl rand -hex 32> # clients must send Authorization: Bearer <token>
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 5 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/yashhooda1-mcp-garmin-vjnoqn)](https://m8ven.ai/mcp/yashhooda1-mcp-garmin-vjnoqn)
commit: dde69cf38752e6af0b650a898aac7bc4102756b4
code hash: b77d47ea6dc41bfce4d18e4202723a1fc1d2bfdc5e5fb10a60ba899fb0e1434f
verified: 6/30/2026, 9:48:47 AM
view raw JSON →