Skip to main content
Glama

Garmin MCP Server

by zjromani
Dockerfile297 B
FROM node:20-slim WORKDIR /app RUN apt-get update && apt-get install -y curl && rm -rf /var/lib/apt/lists/* COPY package.json package-lock.json* ./ RUN npm ci COPY tsconfig.json ./ COPY src ./src RUN npx tsc -p tsconfig.json RUN npm prune --omit=dev EXPOSE 8080 CMD ["node", "dist/server.js"]

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