Heavenly Health Protocol
Planned integration with Android Health Connect for companion/export health data, though not yet implemented.
Planned integration with Fitbit to sync health data via OAuth, though not yet implemented.
Planned integration with Garmin via its guided developer program, though not yet implemented.
Planned integration with Google Health API alongside Fitbit, though not yet implemented.
Provides a health-data adapter for storing and retrieving normalized health metrics using a Supabase database, enabling private and bounded data access.
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., "@Heavenly Health Protocolshow my latest heart rate readings"
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.
Heavenly Health Protocol
Connect your health data — Apple Watch, Fitbit, Garmin, and more — to your AI agent. Privately, on your own computer, with your own storage.
Your agent (Claude, ChatGPT, Codex, Hermes, OpenClaw, …) gets bounded access to exactly the metrics you allow. Your credentials and raw health records never leave your control.
Get started
Requirements: Python 3.10+ and uv.
git clone https://github.com/obirimensah05/heavenly-health-protocol.git
cd heavenly-health-protocol
uv sync
uv tool install .
heavenly setupheavenly setup walks you through everything. There is nothing to configure
first, no Docker, and no jargon.
Related MCP server: Google Health MCP
The onboarding questions
Setup is a short guided conversation. These are the questions, in order:
Which fitness or health device do you use? Apple Watch / iPhone · Fitbit / Pixel Watch · Garmin · WHOOP · Oura Ring · other Android wearables
Which app is your health data's source of truth? Apple Health · Google Health API · Garmin Connect · WHOOP · Oura · Health Connect
Where should your agent-readable health data live? Your own free Supabase project works today; Obsidian, local SQLite, Google Drive, and iCloud Drive are on the roadmap.
Which AI agent should read it — and where does it run? Claude Code, Claude, ChatGPT, Codex, Hermes, OpenClaw, Perplexity, or any other compatible agent, on this computer or in the cloud.
When should your health analysis arrive? Daily, every 3 days, or weekly · morning or evening · your timezone is detected automatically.
Which metrics may it track? A minimal allowlist you approve. Clinical records, medication, reproductive data, ECG, and location stay off by default.
Start and connect. Heavenly starts on your computer and shows the one-line connection step for your agent.
That's it. Advanced extras — the Docker runtime, remote access for cloud agents, the agent sandbox — are offered at the very end, default to off, and most people never need them.
What works today
Your setup | Status |
Apple Watch / iPhone via Apple Health + Health Auto Export | ✅ Works today |
Fitbit / Pixel Watch via the Google Health API v4 | ✅ Works today |
WHOOP | ✅ Works today — data needs an active WHOOP membership |
Oura | ✅ Works today |
Garmin via Garmin Connect | ✅ Built — requires Garmin Developer Program approval |
Data you already keep in Supabase | ✅ Works today |
Android Health Connect | 🔜 Planned (spec ready) |
Choosing a planned source still completes onboarding — your choice is recorded and nothing has to be redone when its adapter ships.
Signing in to WHOOP or Oura
Both take about two minutes and follow the same pattern:
Create a (free) developer app on the provider's site — WHOOP or Oura — and note its client ID, client secret, and the redirect URL you register.
Put those four lines in an owner-only env file (
~/.config/heavenly/whoop.envoroura.env— exact keys in docs/providers).Sign in with your normal account:
heavenly provider whoop import-client ~/.config/heavenly/whoop.env
heavenly provider whoop connect # browser opens; paste the redirected URL back
heavenly provider whoop sync(Swap whoop for oura for an Oura Ring.) Your sign-in tokens are stored in
the operating-system credential vault — never in files, your notes, or Git.
How it stays private
Runs on your computer and listens only on localhost by default.
Health data lives in storage you own; keys stay in an owner-only local file and the operating-system credential vault.
Your agent sees a bounded, metric-allowlisted read surface — never raw provider payloads, credentials, or arbitrary SQL.
Any write to your health data needs your explicit approval in the terminal. An agent can never approve its own writes.
Details: SECURITY.md and the security design.
For technical operators (optional)
Everything below is opt-in and never required for the normal path above:
Remote access for cloud agents through Cloudflare Managed OAuth — Deployment
Hardened Docker runtime — Deployment
Generic CLI-agent sandbox — Agent sandbox
Architecture and MCP tool policy — Architecture, MCP tool policy
Provider onboarding contracts — Providers
Development
uv sync --extra dev
uv run ruff check src tests
uv run pyright src
uv run --extra dev pytestThe release process exports only a validated tracked-file manifest into a fresh
Git history. Local .env, credential, log, and state files are excluded and
rejected by the public-release guard.
License
MIT.
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.
Latest Blog Posts
- 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/obirimensah05/heavenly-health-protocol'
If you have feedback or need assistance with the MCP directory API, please join our Discord server