omni-endo-ai-mcp

rilhia/omni-endo-ai-mcp
★ 0 stars JavaScript AI/LLM Updated 1d ago
An MCP server that connects your Glooko / Omnipod 5 diabetes data to Claude and other AI assistants, so you can ask plain-language questions about your glucose control, insulin and trends. Run it with your own data or try it instantly with the included example dataset.
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "omni-endo-ai-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "rilhia/omni-endo-ai-mcp"
      ]
    }
  }
}

README Excerpt

<div align="center"> <kbd><img src="docs/images/Omni-Endo-AI-MCP.png" alt="Omni-Endo AI Header" width="100%"></kbd> </div> **Clinical Audit & Triage Tool: connect your diabetes data directly to an AI assistant** --- **Omni-Endo AI** is a bridge between your diabetes data and an AI assistant. It is an **MCP server** (Model Context Protocol), which is a standard way of giving an AI a set of tools it can use on your behalf.