mcp-nightscout
mcp-nightscout
是什么 — 一个MCP服务器,让Claude以只读方式访问Nightscout实例:血糖读数、治疗记录以及确定性的服务器端聚合(平均值、TIR、CV、GMI)。 适用对象 — 运行自己Nightscout的用户,希望与AI助手讨论数据,但不授予写入权限。 部署方式 — 未部署 — 通过stdio在本地运行。 运行状态 — 尚无代码;见下方状态。
状态
编码前。 设计框架已确定并记录在 docs/decisions/0001-language-and-stack.md中: 基于官方MCP SDK的TypeScript,仅stdio,只读,并包含一组 从审计现有实现中继承的安全约束。
两个决策已明确关闭,未经新的ADR不得重新讨论:
仅本地stdio — 无HTTP传输,无网络端口。审计发现的大多数漏洞类别随传输方式消失。
只读 — 此服务器永远不会写入Nightscout实例。威胁模型是治疗记录篡改,而非数据泄露:Nightscout配置文件驱动闭环设置中的剂量计算。
Related MCP server: MCP Glucose Server
为什么需要另一个
现有的Nightscout MCP服务器是个人项目,大多数暴露了写入工具,没有一个将共享实例的自由文本字段视为它们实际存在的提示注入面。本服务器根据明确的威胁模型从头编写。目标是约10个读取工具和可验证的聚合 — 而非与任何功能完全一致。
许可证
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