Garmin MCP
by shyim
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ADMIN_SECRET | No | Optional bearer token used to authenticate requests to /admin/* endpoints. | |
| GARMIN_DOMAIN | No | The Garmin domain to use: `garmin.com` or `garmin.cn`. Defaults to `garmin.com`. | |
| ENCRYPTION_KEY | Yes | The AES-GCM encryption key used to encrypt stored Garmin tokens. Required for self-hosting. Generate with `openssl rand -hex 32` and set via `wrangler secret put ENCRYPTION_KEY`. | |
| GARMIN_ENABLED_TOOLS | No | Comma-separated list of tool names to allow. If set, only these tools are enabled. | |
| GARMIN_DISABLED_TOOLS | No | Comma-separated list of tool names to disable. These tools will be unavailable. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues