Skip to main content
Glama
RoyLaw

Google Health ChatGPT MCP

by RoyLaw

🩺 GPT Health MCP

一个自托管、只读的 Google Health MCP 服务,为 GPT 系列 AI 助手提供个人健康数据访问与分析能力。

TypeScript Docker MCP

✨ 项目简介

GPT Health MCP 是一个个人健康数据智能网关,通过 Google Health API 获取授权后的健康数据,并通过 Model Context Protocol(MCP)安全提供给 ChatGPT 或其他 AI 助手进行分析。

项目采用只读设计,AI 助手不会直接获得 Google Health OAuth 凭据。

Related MCP server: google-health-mcp-server

🏗 架构

Google Health
      │
      ▼
Google OAuth
      │
      ▼
GPT Health MCP
      │
   MCP Protocol
      │
      ▼
GPT / ChatGPT

🧰 MCP 工具

  • get_profile

  • list_devices

  • query_health_data_type

  • get_daily_rollup

  • get_exercise_sessions

  • get_health_overview

  • compare_health_periods

支持分析:

  • 睡眠和睡眠阶段

  • 步数、运动量和训练趋势

  • 心率、静息心率、HRV

  • 血氧和呼吸率

  • 体重等身体指标

🚀 部署

项目支持 Docker Compose 自托管部署。

cp .env.example .env
docker compose up -d --build

完成 Google OAuth 授权后,即可通过 MCP 地址提供健康数据。

https://你的域名/mcp

🔒 安全设计

  • 仅提供只读健康数据访问

  • Google refresh token 加密保存

  • MCP 独立认证

  • HTTPS 部署

  • 不向 AI 暴露 Google OAuth 凭据

📦 技术栈

  • TypeScript

  • Hono

  • Model Context Protocol SDK

  • Google Health API v4

  • PostgreSQL

  • Docker Compose

📄 License

MIT

F
license - not found
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    A
    quality
    A
    maintenance
    A local-first MCP server that enables AI agents to read user-authorized Google Health API v4 data from Fitbit, Pixel Watch, and partners via OAuth, with tokens never leaving the machine.
    26
    810
    40
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    MCP server to read daily activity, sleep, heart rate, and body metrics from Google Health API, allowing AI assistants like Claude to access your health data. Optionally syncs health metrics to an Obsidian vault.
    5
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    Self-hosted MCP server that aggregates personal health data from Google Health, Oura, and Withings into a single, provider-attributed interface with configurable source of truth preferences.
    MIT

View all related MCP servers

Related MCP Connectors

  • Hosted MCP server exposing US hospital procedure cost data to AI assistants

  • Self-hosted MCP gateway: turn any API, database or MCP server into AI connectors — no code.

  • MCP server for Withings health data — sleep, activity, heart, and body metrics.

View all MCP Connectors

Latest Blog Posts

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/RoyLaw/google-health-chatgpt-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server