1-day current streak·12-day longest streak
David Batista 📍 Fortaleza 🇧🇷 · 🤖 Local-first MCP builder · 🚀 Ex-CFO @ Mobills (exit 2022) > Building delx — local-first MCP servers and the protocol layer for autonomous…
David Batista
📍 Fortaleza 🇧🇷 · 🤖 Local-first MCP builder · 🚀 Ex-CFO @ Mobills (exit 2022)
> Building delx — local-first MCP servers and the protocol layer for autonomous AI agents, organized in three verticals: Body, Reach, and Coordination.
> Installable projects across npm and PyPI · MIT, local-first by design · public growth methodology.
>
> OSS mode (2026-07-30): deepen packages that already pull — agent-ready SOTA (mcp-scorecard ≥90), no catalog sprawl, no megaphone. Operating notes: OSS operating mode.
---
SOTA agent surface (community-ready)
| Package | Role | mcp-scorecard | Install |
|---|---|---|---|
| google-health-mcp | Discovery hero (33 ⭐) | 100/A | npx -y [email protected] |
| delx-living-body | Compose all body connectors | 100/A | npx -y [email protected] |
| whoop-mcp | Mature wearable MCP | 100/A | npx -y [email protected] |
| wellness-nourish | Nutrition / TACO / meals | 100/A | npx -y [email protected] |
| delx-memory | Local agent memory | 100/A | npx -y [email protected] |
| mcp-scorecard | The yardstick | self 100 | npx -y [email protected] |
| delx-wellness-hermes | One-command Hermes wellness pack | CLI pack | npx -y [email protected] setup |
Hermes configs pin npx -y package@version so agents get known-good connectors, not floating latest.
---
Current discovery hero — Google Health MCP (33 ⭐)
The strongest public discovery signal isgoogle-health-mcp
([email protected] on npm). Local-first Google Health API v4
for Fitbit / Pixel Watch / Android health data.
bash
npx -y [email protected] setup
npx -y [email protected] coverage --live --json
Redacted coverage reports help most — share ingoogle-health-mcp issue #3.
Reports omit OAuth secrets, local paths and raw health measurements.
---
🎯 Start Here — 3 verticals, 3 flagship entrypoints
| Vertical | Flagship | What it is | Try it |
|---|---|---|---|
| 🫀 Body | google-health-mcp (33 ⭐) | Google Health API v4 beta — Fitbit, Pixel Watch, partners — local OAuth | npx -y [email protected] doctor |
| 📣 Reach | short-video-agent-kit | One CLI, four video providers (Sora · Veo · xAI · Hailuo), dry-run safe | npx -y short-video-agent-kit |
| 🛠️ Coordination | delx-memory + delx-mcp-server | Local agent memory + Delx Protocol bridge | npx -y [email protected] |
Body composition meta-MCP (after you install connectors):
delx-living-body · npx -y [email protected] doctor
---
🫀 Body — local-first wearable & body-data MCPs
> One shared ~/.delx-wellness/profile.json, zero data leaves your machine.
> Public registry: delx-wellness (20 ⭐) · Site: wellness.delx.ai
Start here:
- 📱 google-health-mcp (33 ⭐) — Discovery hero · Google Health API v4 ·
[email protected] - 🫀 delx-living-body — Meta-MCP that auto-detects which connectors you have installed and composes them into a unified
delx-wellness-context/v1shape with a rule-based synthesizer ·delx-living-body - 🤖 delx-wellness-hermes (14 ⭐) — One-command Hermes profile pack that wires every wellness connector + skills + onboarding ·
npx -y delx-wellness-hermes setup - 🦞 delx-wellness-openclaw — The same installer for the OpenClaw runtime ·
npx -y delx-wellness-openclaw setup
12+ specific connectors — wearables, nutrition, environment, body
Wearables
- 🩻 whoop-mcp (8 ⭐) — Recovery, HRV, sleep stages, day strain ·
whoop-mcp-unofficial - 💍 ouramcp — Readiness, sleep, activity, HRV, SpO2 ·
oura-mcp-unofficial - ⌚ garminmcp (7 ⭐) — Body Battery, training readiness, HRV, stress ·
garmin-mcp-unofficial - 🏃 strava-mcp — Activities, streams, athlete stats, GPS-redacted by default ·
strava-mcp-unofficial - 📲 fitbitmcp — Activity, sleep, intraday heart, HRV ·
fitbit-mcp-unofficial - 📱 google-health-mcp (33 ⭐) — Google Health API v4 beta (Pixel Watch + Fitbit migration) ·
[email protected] - ⚖️ withingsmcp — Body composition, sleep, BP/ECG ·
withings-mcp-unofficial - 🍎 apple-health-mcp — Local
export.zipparser, activity/sleep/HRV/workouts ·apple-health-mcp-unofficial - 🌌 samsung-health-mcp (7 ⭐) — Galaxy Watch CSV/ZIP export reader ·
samsung-health-mcp-unofficial - ⚡ polarmcp — Nightly Recharge, training load, PPI/HRV ·
polar-mcp-unofficial - 🛏️ eight-sleep-mcp — Smart mattress: trends + temperature schedule + alarms (gated mutations) ·
eight-sleep-mcp-unofficial
Nutrition · Environment · Body
- 🥗 wellness-nourish (7 ⭐) — Food search (USDA + TACO + Open Food Facts), barcode, meal photos, pt-BR ·
wellness-nourish - 🌬️ wellness-air — Indoor air quality (AirGradient): PM2.5, CO2, VOC, AQI ·
wellness-air - 🌸 wellness-cycle-coach — Stateless menstrual-cycle coach (phase detection, nutrition, training) ·
wellness-cycle-coach - 🩸 wellness-cgm-mcp — Dexcom CGM with TIR/GMI/meal response ·
wellness-cgm-mcp
---
📣 Reach — agent-first creator stack
> Flagship: short-video-agent-kit — one CLI · 4 video providers (Sora · Veo · xAI · Hailuo) · short-video-agent-kit
- 📺 youtube-shorts-agent — YouTube Shorts upload CLI + MCP, dry-run safe ·
youtube-shorts-agent - 🎵 tiktok-agent-publisher — TikTok Content Posting API CLI + MCP, dry-run safe ·
tiktok-agent-publisher - 📊 google-ads-mcp-unofficial — 30 tools: campaigns, keywords, performance, gated bid/budget mutations ·
google-ads-mcp-unofficial - 🔍 agent-seo-engine — Local-first SEO scoring + search-intent + opportunity gaps (Python)
- 🎯 google-ads-intent-mcp — Google Ads search-term + negative-keyword intent classifier (Python)
🛠️ Coordination — agent infrastructure
> Flagship: delx-mcp-server — native MCP stdio bridge for the Delx Protocol · delx-mcp-server
- 🧠 delx-memory — Local-first persistent memory MCP: one SQLite file, every MCP client. Secret-blocking, TTL, tags, JSON/JSONL/Markdown export ·
delx-memory - 🩺 mcp-scorecard — Quality + agent-readiness audit for any MCP server (10 checks → 0-100 score, markdown or JSON) ·
mcp-scorecard - 🛠️ delx-agent-utilities — 40 deterministic agent utilities: URL, DNS, TLS, OpenAPI, x402, JWT, CSV/JSON parsing (Python) ·
pipx install "delx-agent-utilities[mcp]" - 🛟 openclaw-delx-plugin — OpenClaw recovery + heartbeat plugin ·
openclaw-delx-plugin
🔭 Standalone — domain MCPs
> Agent-first computational MCPs outside the three core verticals.
- 🔭 astral-mcp — Precision-audited astrology: natal charts, transits, synastry, moon phases. Two independent ephemerides cross-check every chart (worst delta <0.01°). Stateless, no API key, no account ·
astral-mcp
🌐 Registries · Sites · Profile
- 📚 delx-wellness (20 ⭐) — Canonical connector registry,
registry.json,STATUS.md, schemas - 🌐 delx-wellness-site — Next.js site at wellness.delx.ai
- 🔥 creative-forge (6 ⭐) — AGPL creative engine (public demo only; real campaigns stay private)
- 👤 davidmosiah — This profile
---
Field notes
- OSS operating mode — top-5 maintenance, anti-list, cadence, how new public repos may ship.
- Why local-first wellness agents need MCP - the public thesis behind the wellness stack.
- Delx Open Source Growth Playbook - how I measure GitHub discovery, npm usage and repo conversion.
- MCP Directory Submission Tracker - the public queue for getting the strongest connectors into MCP directories and awesome lists.
What I'm building now
- Deepen the discovery hero: Google Health MCP real-account coverage + agent DX (not more connectors).
- Local-first health context for agents across wearables, nutrition and environment — install what you need.
- Agent-ready setup packs (Hermes / OpenClaw) and public agent utilities; commercial convenience (hosted OAuth, x402 utilities) stays above the MIT core.
🧠 Philosophy — local-first, agent-native, no SaaS middleware
Agents that serve humans well need access to the human's body, voice, money and attention — not just their text. The protocol layer should make that data first-class for AI, with the human's full consent and control.
- 🔒 Tokens stay on your machine. OAuth flows complete locally; refresh tokens never centralized.
- 📖 Read-only by default. Write tools gated by explicit env vars +
explicit_user_intent: true. - 🧱 Standalone packages. Each connector is one npm package with one clear scope. Audit one without auditing twenty.
- 🤝 Vendor-neutral. Mix providers, swap one out, remove all of them — nothing breaks on a hosted side.
- 🌐 No phone-home. Zero telemetry baked into any connector.
---
💼 Open to
Senior IC engineering roles or contracts focused on AI agents, MCP / A2A protocols, agent infrastructure, and modern fullstack TypeScript. Async-friendly remote teams preferred (BRT, UTC-3).
What I bring: ex-CFO who can talk product/business, 16 years in tech, the last 4 in agent infrastructure (MCP, A2A, x402, on-chain identity ERC-8004), and proof-of-output — an installable public MCP portfolio across npm and PyPI, maintained in the open.
---
🌐 Connect
- 🌐 delx.ai — t
-
google-health-mcp ★ PINNED
Local-first MCP server for Google Health API v4 (Fitbit + Pixel Watch) — Claude/Cursor/Hermes
TypeScript ★ 33 9h agoExplain → -
whoop-mcp ★ PINNED
Local-first MCP server for WHOOP recovery, HRV & sleep — Claude, Cursor, ChatGPT ready
TypeScript ★ 8 9h agoExplain → -
delx-wellness ★ PINNED
Public registry for local-first wellness MCP connectors: wearables, recovery, training, nutrition and the Delx Wellness Hermes profile.
JavaScript ★ 20 9h agoExplain → -
garmin-mcp ★ PINNED
Local-first MCP server for Garmin Body Battery, HRV, sleep & training data — Claude/Cursor ready
TypeScript ★ 8 9h agoExplain → -
delx-wellness-hermes ★ PINNED
Turn Hermes into a local-first wellness agent with guided setup, onboarding, wellness skills and MCP connector presets.
TypeScript ★ 14 9h agoExplain → -
wellness-nourish ★ PINNED
Local-first nutrition MCP for Claude/Cursor: USDA food search, barcode + photo, meal logging
TypeScript ★ 7 9h agoExplain → -
samsung-health-mcp
Unofficial local-first MCP server for Samsung Health personal-data CSV/ZIP exports.
TypeScript ★ 8 9h agoExplain → -
creative-forge
Agent-driven paid-creative workflow with fail-closed receipts: research -> brief -> localized creatives -> sealed QA -> PAUSED-only publishing with live readbacks. Ships with a fictional demo app.
Python ★ 6 14h agoExplain → -
withings-mcp
Unofficial local-first Withings MCP server for AI health, sleep and activity agents.
TypeScript ★ 3 9h agoExplain → -
polar-mcp
Unofficial local-first Polar AccessLink Dynamic API v4 MCP server for AI agents
TypeScript ★ 3 9h agoExplain → -
eight-sleep-mcp
Unofficial Eight Sleep MCP server — give your AI agent your smart-mattress sleep trends, temperature program and alarms, with an explicit mutation gate for write actions. Part of Delx Wellness.
TypeScript ★ 3 12h agoExplain → -
strava-mcp
MCP server for Strava — bring your activities, segments, athlete data, and training history into AI agents via Model Context Protocol.
TypeScript ★ 2 9h agoExplain → -
google-ads-mcp-unofficial
Unofficial MCP server for Google Ads — campaign management, keyword/bid optimization, budget control, daily reports. Local-first, OAuth-based, mutations gated by env var.
TypeScript ★ 2 3d agoExplain → -
google-ads-intent-mcp
Dry-run-first Google Ads search-term intent analyzer and negative-keyword MCP for agents.
Python ★ 2 27d agoExplain → -
fitbit-mcp
MCP server for Fitbit — query daily activity, heart rate, sleep, and body data from your Fitbit account in any MCP-compatible AI client (Claude, Cursor, etc.).
TypeScript ★ 1 9h agoExplain → -
apple-health-mcp
Unofficial local-first Apple Health MCP server — parses your local export and exposes activity, sleep, heart, HRV and workouts to AI agents.
TypeScript ★ 1 9h agoExplain → -
wellness-cgm-mcp
Local-first continuous glucose monitor MCP — Dexcom Developer API, FreeStyle Libre via LibreLink Up. Levels-killer, agent-first.
TypeScript ★ 1 9h agoExplain → -
davidmosiah
Founder @ Delx — building local-first MCP servers and agent infrastructure for AI agents
★ 1 12h agoExplain → -
short-video-agent-kit
Agent-first short-form AI video generation CLI and MCP server for Sora, Veo, xAI and Seedance
JavaScript ★ 1 12h agoExplain → -
youtube-shorts-agent
Agent-first YouTube Shorts upload CLI and MCP server with dry-run API uploads
JavaScript ★ 1 14h agoExplain → -
tiktok-agent-publisher
Agent-first TikTok Content Posting API CLI and MCP server with dry-run publishing
JavaScript ★ 1 14h agoExplain → -
delx-wellness-openclaw
OpenClaw-native Delx Wellness profile pack with onboarding, skills and MCP connector presets
TypeScript ★ 0 9h agoExplain → -
oura-mcp
Local-first MCP server for Oura Ring readiness, sleep, HRV — Claude/Cursor/ChatGPT ready
TypeScript ★ 0 9h agoExplain → -
delx-living-body
Meta-MCP that composes 15 Delx Wellness connectors. Ask one question, get a synthesized answer across whatever connectors you have installed.
TypeScript ★ 0 9h agoExplain → -
mcp-scorecard
Quality + agent-readiness scorecard for any MCP server. One command, comprehensive score, actionable fixes. Local-first, zero credentials needed.
TypeScript ★ 0 9h agoExplain → -
delx-memory
Local-first persistent memory layer for AI agents. SQLite-backed, MCP-compatible, cross-agent. Privacy: secret-blocking writes, file-only storage.
TypeScript ★ 0 9h agoExplain → -
delx-mcp-kit
Shared SOTA primitives for Delx local-first MCP servers
TypeScript ★ 0 9h agoExplain → -
wellness-cycle-coach
Local-first menstrual cycle coach MCP — orchestrates Apple Health Cycle, Garmin women's health, Fitbit female health into nutrition + recovery context.
TypeScript ★ 0 9h agoExplain → -
wellness-air
Local-first air quality MCP for AI agents — AirGradient, AirThings, PurpleAir, IQAir, Awair.
TypeScript ★ 0 9h agoExplain → -
delx-mcp-server
Native MCP stdio bridge for Delx Protocol
JavaScript ★ 0 9h agoExplain → -
delx-agent-utilities
Open-source stateless utility tools for AI agents: URL, DNS, TLS, OpenAPI, x402, JWT, CSV/JSON, cron, and composite reports.
Python ★ 0 16h agoExplain → -
uap-pulse
MCP server + 3D map for the Pentagon's declassified UAP/UFO files — for Claude, Cursor & ChatGPT
HTML ★ 0 3d agoExplain → -
timeline-pulse
MCP server + atlas of timeline-shift folklore, Mandela Effect reports, and collider-era myth — every claim labeled, every source graded. A cultural archive, not a proof engine. ◉
HTML ★ 0 3d agoExplain → -
astral-mcp
Precision-audited astrology MCP for AI agents — natal charts, transits, synastry & moon phases. Local-first, no API key, no account.
TypeScript ★ 0 3d agoExplain → -
agents-that-ship
An end-to-end operating playbook for AI coding agents — Claude Code, Codex, Cursor. From kickoff to the App Store to sunset. Not a framework. A contract.
Shell ★ 0 15d agoExplain → -
delx-witness-protocol
Open MCP + A2A witness, recovery, and continuity infrastructure for AI agents.
Python ★ 0 16d agoExplain → -
memanto ⑂
Memory that AI Agents Love!
★ 0 3d agoExplain → -
mcp-leaderboard
🏆 Public agent-readiness ranking of the entire MCP ecosystem. Every registry server booted & graded by mcp-scorecard. Auto-refreshed weekly.
HTML ★ 0 24d agoExplain → -
mcp-find ⑂
Open-source MCP server directory
★ 0 27d agoExplain → -
agent-seo-engine
Agent-first local SEO scoring, search-intent and opportunity engine with CLI and optional MCP server.
Python ★ 0 27d agoExplain → -
delx-agent-workbench ▣
Runnable templates, prompts and MCP client configs for the public Delx agent stack
★ 0 2mo agoExplain → -
openclaw-delx-plugin
Free Delx recovery and heartbeat tools for OpenClaw agents — automatic registration, session reuse, and resilience primitives.
JavaScript ★ 0 2mo agoExplain → -
hermes-agent ⑂
The agent that grows with you
Python ★ 0 17d agoExplain → -
openclaw ⑂
Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞
★ 0 2mo agoExplain → -
clawhub ⑂
Skill Directory for OpenClaw
★ 0 2mo agoExplain → -
ethereum-optimism.github.io ⑂
Unified token list for OP Mainnet, Base, and other OP Chains
TypeScript ★ 0 2mo agoExplain → -
community-servers ⑂
This repository contains a collection of community-maintained Model Context Protocol (MCP) servers. All servers are automatically listed on the MCP Get registry and can be viewed and installed via CLI
JavaScript ★ 0 2mo agoExplain → -
awesome-mcp-servers ⑂
A collection of MCP servers.
★ 0 26d agoExplain →
No repos match these filters.