Skip to main content
Glama

Garmin MCP Server

by zjromani
docker-compose.yml352 B
services: app: build: . environment: PORT: "8080" MCP_API_TOKEN: "dev-token" ports: ["8080:8080"] volumes: - sqlite_data:/data healthcheck: test: ["CMD", "curl", "-f", "http://localhost:8080/healthz"] interval: 30s timeout: 10s retries: 3 start_period: 40s volumes: sqlite_data:

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/zjromani/garmin-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server