mcp-nightscout
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-nightscoutwhat's my average glucose for the last 24 hours?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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
This server cannot be installed
Maintenance
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
- Alicense-qualityFmaintenanceEnables 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.2MIT
- FlicenseAqualityDmaintenanceEnables 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
- Alicense-qualityCmaintenanceConnects AI assistants to Nightscout for real-time glucose monitoring, analysis, and treatment logging, enabling natural language interaction with CGM data.4MIT
- Flicense-qualityCmaintenanceEnables read-only SQL database access for AI assistants, allowing schema exploration and safe query execution without risk of data modification.
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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