1. Conduid
  2. Social
  3. diabetes-mcp
MCP server · Social

diabetes-mcp

Check your latest Dexcom glucose and instantly look up carb counts for foods. Combine readings with carb info to plan meals and dosing with more confidence. Save time by keeping glucose and nutrition answers in one place.

Unclaimed social
34Low

Scored 4 months ago · breakdown

About diabetes-mcp

diabetes-mcp is an MCP server in the Social category: check your latest Dexcom glucose and instantly look up carb counts for foods. Combine readings with carb info to plan meals and dosing with more confidence. Save time by keeping glucose and nutrition answers in one place. It has been installed 0 times through Conduid.

Install

Clone
git clone https://github.com/MeirKaD/diabetes-mcp

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about diabetes-mcp

Powered by Claude · Grounded in docs

I know everything about diabetes-mcp. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • ·Scoped permissionsNot checked yet.

README

Dexcom + Carb Search

A tool that helps people with diabetes make informed decisions by bringing together real-time glucose data and nutritional information.

What This Does

This service connects to two essential data sources:

  1. Your Dexcom glucose monitor - Retrieves your current blood glucose reading and trend information
  2. Nutritional search - Finds carbohydrate content for foods you're considering eating

By combining these capabilities, it provides a clearer picture for managing blood sugar levels throughout the day.

Who This Is For

This tool is designed for individuals managing diabetes who:

  • Use Dexcom continuous glucose monitoring systems
  • Want quick access to their glucose data alongside nutritional information
  • Prefer having relevant health data available in one place

How It Works

The service integrates with the Dexcom Share platform to access your glucose readings and uses web search to find carbohydrate information for specific foods. All data is retrieved on-demand when requested.

Privacy Note: Your Dexcom credentials are stored securely in your session configuration and are only used to authenticate with Dexcom's official servers.

Setup Requirements

You'll need:

  • An active Dexcom account with Share enabled
  • A Bright Data API key for nutritional search functionality
  • A Smithery account for deployment

Getting Started

Local Development

  1. Start the development server:

    uv run dev
    
  2. Test the tools interactively:

    uv run playground
    

Configuration

The service requires four credentials:

  • Dexcom username - Your Dexcom account email
  • Dexcom password - Your Dexcom account password
  • Dexcom region - Either "us" (United States) or "ous" (Outside US)
  • Bright Data API key - For web search functionality

These can be configured either:

  • Through Smithery session settings (recommended for deployment)
  • As environment variables for local testing
  • As parameters when calling the tools directly

Available Capabilities

Read Blood Glucose

Retrieves your most recent glucose reading from Dexcom, including:

  • Current blood glucose level (mg/dL)
  • Trend direction (rising, falling, steady)
  • Timestamp of the reading

Search Carbs

Finds carbohydrate information for specific foods by searching Google. Simply provide the food name, and the tool returns relevant nutritional data from multiple sources.

Deployment

To make this service available through Smithery:

  1. Create a GitHub repository:

    git init
    git add .
    git commit -m "Initial commit"
    git remote add origin https://github.com/YOUR_USERNAME/YOUR_REPO.git
    git push -u origin main
    
  2. Deploy to Smithery at smithery.ai/new

  3. Configure your Dexcom credentials and Bright Data API key in the Smithery session settings

Technical Details

Built using:

  • Smithery CLI for MCP server deployment
  • Dexcom's official Python SDK (pydexcom)
  • Bright Data API for web search
  • FastMCP framework for tool definitions

Server implementation: bg_server.py

Support

For issues or questions about this implementation, please file an issue in this repository.

For Dexcom-related questions, consult Dexcom Support.

README mirrored from the source repository 4 months ago. The original is authoritative.

Questions

About diabetes-mcp

How do I install diabetes-mcp?

Run git clone https://github.com/MeirKaD/diabetes-mcp, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is diabetes-mcp safe to use with an AI agent?

Its trust score is 34 out of 100 (low). Conduid hasn't run static security checks on this repository yet, so review the source yourself before granting it credentials. It has no ConduID identity yet, so agent calls to it are not receipted.

Is diabetes-mcp still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.