
Delx Wellness - 15 local-first MCP servers for wearables and wellness data
I spent the last few months building an open-source side project around a problem I kept hitting personally: my health data was split across WHOOP, Garmin, Oura, Strava, Fitbit, Apple Health, Withings, Eight Sleep, and a few other tools, but AI agents could not use that context without me copy/pasting screenshots or exporting CSVs.
So I built Delx Wellness: a catalog of local-first MCP servers for wearable and wellness data.
What exists now:
- MCP servers for WHOOP, Oura, Garmin, Strava, Fitbit, Withings, Apple Health, Samsung Health, Polar, Google Health, Eight Sleep, Dexcom CGM, indoor air quality, cycle coaching, and nutrition logging
- each connector runs locally, usually via npx
- OAuth/token files stay on your machine under ~/.<vendor>-mcp/
- shared profile file at ~/.delx-wellness/profile.json so connectors can reuse goals/devices/preferences
- read-only defaults for sensitive integrations; mutations are gated where they exist
- docs/site with all connectors in one place
The use case I care about most is asking an agent things like:
> Should I train hard today, given my recent sleep, recovery, HRV, training load, and indoor air quality?
The biggest lesson so far: shipping 15 connectors got the ecosystem broad, but it also made positioning harder. Developers understand MCP immediately; normal wearable users usually do not. I am trying to decide whether the landing page should lead with “local-first wellness data for AI agents” or with concrete workflows like training readiness / sleep review / nutrition logging.
Project: https://wellness.delx.ai Registry: https://github.com/davidmosiah/delx-wellness
I would love feedback from other builders: does this read like a useful project, or is the scope too broad for people to understand quickly?