Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | The port number for the server to listen on. | 38080 |
| MCP_HOST | No | The host address to bind the server to. | 0.0.0.0 |
| MCP_TRANSPORT | No | The transport protocol for the MCP server, e.g., 'http'. | http |
| MCP_ALLOWED_HOSTS | No | Comma-separated list of allowed hosts for security filtering (e.g., 'mcp.example.com,mcp.example.com:*'). | |
| MCP_ALLOWED_ORIGINS | No | Comma-separated list of allowed CORS origins (e.g., 'https://chatgpt.com,https://chat.openai.com'). | |
| GARMIN_ACCOUNTS_FILE | Yes | Path to the accounts YAML configuration file (e.g., config/accounts.yaml). |
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 | |