Dexcom G7 MCP Server

by phildougherty

298 downloads
Not rated
GitHub

About

MCP server for getting your blood glucose readings and history using dexcom share

Details

Author
phildougherty
Downloads
298
Categories
Other

- Retrieves the most recent glucose reading with trend information
- Provides historical glucose data for a specified time period
- Reports values in both mg/dL and mmol/L
- Uses native HTTP/JSON-RPC transport
- Full Model Context Protocol (MCP) compliance

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Dexcom G7 MCP Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Run the server via Docker, setting DEXCOM_USERNAME, DEXCOM_PASSWORD, and optionally DEXCOM_REGION as environment variables. The server exposes an HTTP/JSON-RPC interface on port 8007. You can call the tools get_current_glucose and get_glucose_history via HTTP POST requests or integrate it with MCP clients like Claude Desktop by providing the HTTP endpoint.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "dexcom g7 mcp server": {
            "dexcom_g7_mcp_server": {
                "command": "docker",
                "args": [
                    "build",
                    "-t",
                    "dexcom-mcp",
                    "."
                ]
            }
        }
    }
}

McpServers

{
    "dexcom_g7_mcp_server": {
        "command": "docker",
        "args": [
            "build",
            "-t",
            "dexcom-mcp",
            "."
        ]
    }
}

Dexcom G7 MCP Server

A Model Context Protocol (MCP) server that provides access to Dexcom G7 continuous glucose monitor data. This server allows AI assistants and other MCP clients to retrieve current glucose readings and historical data from your Dexcom G7 device.

Features

- Current Glucose Reading: Get the latest glucose value with trend information
- Historical Data: Retrieve glucose readings for a specified time period
- Dual Units: Values provided in both mg/dL and mmol/L
- HTTP Transport: Native HTTP/JSON-RPC interface for easy integration
- MCP Compatible: Full Model Context Protocol compliance

Quick Start

Using Docker

```bash

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.