We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sedoglia/garmin-mcp-ts'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"manifest_version": "0.2",
"name": "garmin-mcp-ts",
"version": "4.0.0",
"description": "Garmin Connect MCP Server in TypeScript with Secure Encryption",
"author": {
"name": "sedoglia",
"email": "sedoglia@gmail.com"
},
"homepage": "https://github.com/sedoglia/garmin-mcp-ts",
"documentation": "https://github.com/sedoglia/garmin-mcp-ts/blob/main/README_EN.md",
"support": "https://github.com/sedoglia/garmin-mcp-ts/issues",
"icon": ".\\garmin.png",
"privacy_policies": [
"https://github.com/sedoglia/garmin-mcp-ts/blob/main/PRIVACY.md"
],
"server": {
"type": "node",
"entry_point": "dist/index.js",
"mcp_config": {
"command": "node",
"args": [
"${__dirname}/dist/index.js"
],
"env": {}
}
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sedoglia/garmin-mcp-ts"
}
}