Garmin MCP
by lokranjanp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SMTP_TO | No | Default recipient(s), comma-separated | |
| LLM_MODEL | No | LLM model name (default: gpt-4o-mini) | gpt-4o-mini |
| SMTP_FROM | No | Sender email address (defaults to SMTP_USER) | |
| SMTP_HOST | No | SMTP server host (e.g., smtp.gmail.com) | |
| SMTP_PORT | No | SMTP port (default: 587) | 587 |
| SMTP_USER | No | SMTP username/email | |
| OUTPUT_DIR | No | Output directory for saved files (default: output/) | |
| LLM_API_KEY | No | LLM API key (setting this enables LIDA tools) | |
| GARMIN_EMAIL | No | Garmin account email | |
| LLM_API_BASE | No | Custom LLM API base URL (e.g., http://localhost:1234/v1) | |
| LLM_PROVIDER | No | LLM provider for LIDA tools (default: openai) | openai |
| SMTP_USE_SSL | No | Set to 'true' for implicit SSL (port 465) | |
| SMTP_PASSWORD | No | SMTP password or app-password | |
| GARMIN_PASSWORD | No | Garmin account password | |
| GARTH_SESSION_PATH | No | Path to saved Garmin session file (default: ~/.garth) |
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 | |
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/lokranjanp/garminmcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server