devops-infra MCP Server
Local-first continuous glucose monitor MCP — Dexcom Developer API, FreeStyle Libre via LibreLink Up. Levels-killer, agent-first.
Discovered via github-topic:model-context-protocol and last synced 2mo ago.
1. Install the package
npx wellness-cgm-mcp
2. Add to claude_desktop_config.json
{
"mcpServers": {
"wellness-cgm-mcp": {
"command": "npx",
"args": [
"wellness-cgm-mcp"
]
}
}
}Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)
de
Runtime contract
Providers, metrics, privacy modes
env, credentials, mode (live vs mock)
Local storage + outbound destinations
Metric catalog + TIR ranges + GMI formula
All EGVs over last N hours
Dexcom OAuth URL builder
jp ... # export LIBRELINKUP_PATIENT_ID=<id> # only if you follow more than one sensor # Verify credentials + list the sensor(s) you follow (never prints the token): npx -y wellness-cgm-mcp libre-login ``` Once logged in, every glucose tool (`cgm_glucose_now`, `cgm_daily_summary`, `cgm_time_in_range`, `cgm_meal_response`, `cgm_hypo_events`, …) reads from Libre and returns the same ADA TIR / GMI / hypo / meal-response metrics — each response carries a `provider` field so you always know the source. Without any credentials, everything returns synthetic `mock: true` data. ## Tools (19)