mcp-nightscout

lozit/mcp-nightscout
★ 0 stars Unknown language AI/LLM Updated 1d ago
Read-only MCP server for Nightscout: glucose readings, treatments, deterministic aggregates. stdio-only by design.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-nightscout": {
      "command": "npx",
      "args": [
        "-y",
        "lozit/mcp-nightscout"
      ]
    }
  }
}

README Excerpt

> **What** — an MCP server giving Claude read-only access to a Nightscout instance: glucose readings, treatments, and deterministic server-side aggregates (mean, TIR, CV, GMI). > **For** — people running their own Nightscout who want to discuss their data with an AI assistant without handing it write access.