Skip to main content
Glama
lozit
by lozit

mcp-nightscout

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. Deployed — not deployed — runs locally over stdio. Run — no code yet; see status below.

Status

Pre-code. The design frame is fixed and recorded in docs/decisions/0001-language-and-stack.md: TypeScript on the official MCP SDK, stdio-only, read-only, with a set of security constraints inherited from auditing an existing implementation.

Two decisions are deliberately closed and not up for reopening without a new ADR:

  • stdio local only — no HTTP transport, no network port. Most of the vulnerability classes the audit found disappear with the transport.

  • Read-only — this server will never write to a Nightscout instance. The threat model is treatment alteration, not data leakage: Nightscout profiles drive dosing calculations in closed-loop setups.

Related MCP server: MCP Glucose Server

Why another one

The existing Nightscout MCP servers are solo projects, most of them exposing write tools, none of them treating the free-text fields of a shared instance as the prompt-injection surface they are. This one is written from scratch against an explicit threat model. It aims for ~10 read tools and verifiable aggregates — not feature parity with anything.

License

MIT

A
license - permissive license
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    F
    maintenance
    Enables AI assistants to interact with Mender IoT platform for device management, deployment monitoring, and fleet analysis through natural language commands. Provides read-only access to device status, deployment logs, releases, and system monitoring capabilities.
    2
    MIT
  • F
    license
    A
    quality
    D
    maintenance
    Enables AI assistants to query glucose data from health storage APIs, providing natural language access to glucose readings, trends, and statistics for diabetes management and health monitoring.
    3
  • A
    license
    -
    quality
    C
    maintenance
    Connects AI assistants to Nightscout for real-time glucose monitoring, analysis, and treatment logging, enabling natural language interaction with CGM data.
    4
    MIT

View all related MCP servers

Related MCP Connectors

  • Glucose readings from your LibreLink Up sensor: graph, logbook, stats and summaries (read-only). Sec

  • Read-only access to your VortexIQ store data: audits, KPIs, alerts, Brand DNA, reports, Ask VIQ.

  • Read-only bank access for your AI agent. Connects Claude, ChatGPT, Cursor, Gemini, Codex.

View all MCP Connectors

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/lozit/mcp-nightscout'

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