Skip to main content
Glama

Garmin MCP Server

by zjromani
package.json859 B
{ "name": "garmin-mcp", "version": "0.1.0", "type": "module", "scripts": { "dev": "tsx watch src/server.ts", "start": "node dist/server.js", "build": "tsc -p tsconfig.json", "test": "NODE_OPTIONS=--experimental-vm-modules jest", "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.2.0", "body-parser": "^1.20.3", "express": "^4.19.2", "express-rate-limit": "^8.0.1", "sqlite3": "^5.1.7" }, "devDependencies": { "@types/body-parser": "^1.19.6", "@types/express": "^5.0.3", "@types/jest": "^30.0.0", "@types/node": "^24.2.1", "@types/pg": "^8.15.5", "@types/supertest": "^6.0.3", "jest": "^30.0.5", "supertest": "^7.1.4", "ts-jest": "^29.4.1", "tsx": "^4.16.0", "typescript": "^5.5.4" } }

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