Skip to main content
Glama
lucas-1000

MCP Glucose Server

by lucas-1000
package.json1.16 kB
{ "name": "mcp-glucose", "version": "1.0.0", "description": "MCP server for glucose data queries - connects to health-data-storage API", "type": "module", "main": "build/index.js", "bin": { "mcp-glucose": "build/index.js" }, "scripts": { "build": "tsc", "start": "node build/index.js", "dev": "tsx src/index.ts", "watch": "tsc --watch", "clean": "rm -rf dist coverage", "lint": "eslint 'src/**/*.{ts,tsx}'", "lint:fix": "eslint 'src/**/*.{ts,tsx}' --fix", "format": "prettier --write 'src/**/*.{ts,tsx,json,md}'", "format:check": "prettier --check 'src/**/*.{ts,tsx,json,md}'", "test": "echo 'No tests configured yet'" }, "keywords": [ "mcp", "glucose", "health", "cgm" ], "author": "", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.4", "@types/cors": "^2.8.19", "axios": "^1.6.0", "cors": "^2.8.5", "dotenv": "^16.3.1", "express": "^4.18.2", "uuid": "^9.0.1" }, "devDependencies": { "@types/express": "^4.17.21", "@types/node": "^20.10.0", "@types/uuid": "^9.0.7", "typescript": "^5.3.3" } }

Latest Blog Posts

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/lucas-1000/mcp-glucose'

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