boyuan-health-bridge
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@boyuan-health-bridge看看我今天的健康摘要"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
柏渊健康桥
把小米运动健康的「亲友共享」数据,以只读 MCP 工具连接到 ChatGPT。
项目不会把小米凭证或健康数据写进 Git。远程 MCP 使用 OAuth 2.1、PKCE 和短时访问令牌保护,所有健康工具均为只读。
手机上完成部署
点击下方按钮,在 Render 创建服务。
Render 会要求填写
OWNER_SECRET。请设置一个至少 12 位、只有你知道的连接密码。部署完成后,打开
https://你的服务地址/setup,输入连接密码,按页面提示登录小米账号。登录成功后复制页面中的 token JSON。
回到 Render 服务的 Environment,新增密钥
MI_TOKEN_JSON,粘贴 JSON 并保存。Render 会自动重新部署。打开
https://你的服务地址/health,看到configured: true即配置完成。
Related MCP server: Garmin Open MCP
连接 ChatGPT
在 ChatGPT 的 设置 → 安全与登录 中打开开发者模式。
进入 插件,点击右上角加号。
MCP 地址填写
https://你的服务地址/mcp。授权页面出现后,输入部署时设置的
OWNER_SECRET。
连接后可以直接问:
“看看我今天的健康摘要”
“列出亲友共享里有哪些人”
“看看最近 7 天的睡眠和心率”
提供的只读工具
list_family_members:列出已经共享健康数据的亲友。get_health_snapshot:读取最近一次同步的健康快照和每日摘要。get_health_history:按日期读取心率、睡眠、步数、血氧、卡路里等历史数据。get_bridge_status:检查桥接服务是否已配置,不返回任何密钥。
本地开发
python -m venv .venv
. .venv/bin/activate
pip install -e '.[dev]'
export OWNER_SECRET='change-this-password'
export OAUTH_SIGNING_SECRET='change-this-signing-secret-at-least-32-chars'
uvicorn app.server:app --reload测试使用合成数据,不会访问真实小米账号:
pytest数据与安全
只读取亲友已主动分享给登录账号的数据。
不提供邀请、删除亲友或修改健康数据的工具。
MI_TOKEN_JSON只应放在部署平台的加密环境变量中。/setup生成的 token 页面带有no-store,且需要OWNER_SECRET。这是个人健康数据桥接工具,不用于医疗诊断或紧急情况。
上游与许可
健康数据访问由 Misty02600/mi-fitness-python 提供。本项目采用 GPL-3.0 许可。
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
- AlicenseCqualityCmaintenanceMCP server for Mi Fitness cloud data. Provides a local SQLite-backed server to sync and query daily activity, heart rate, and body measurements.124MIT
- AlicenseAqualityBmaintenanceUnofficial MCP server bridging Garmin Connect to MCP clients and ChatGPT, providing tools to access health data, activities, and trends via a self-hosted API.11MIT
- Flicense-qualityBmaintenanceSelf-hosted MCP server that provides read-only access to Google Health API v4, enabling analysis of personal health data via OpenAI Responses API or ChatGPT.
- Alicense-qualityBmaintenanceHosted MCP server that syncs health data from Apple Health, Fitbit, Oura, and Google Health Connect, enabling Claude and ChatGPT to query workouts, sleep, nutrition, and recovery in plain English with interactive charts.MIT
Related MCP Connectors
MCP server for Withings health data — sleep, activity, heart, and body metrics.
Hosted MCP server exposing US hospital procedure cost data to AI assistants
Hosted Amazon Seller and Vendor MCP server for Claude, ChatGPT, Cursor, Codex, Gemini, Copilot.
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/yuanleaf-lab/boyuan-health-bridge'
If you have feedback or need assistance with the MCP directory API, please join our Discord server