This page tracks the latest Delx open-source releases that were verified from
both npm and GitHub on 2026-06-27. Use it as the human-readable companion to
registry.json and STATUS.md.
| Project | npm package | npm version | GitHub release | Verification |
|---|---|---|---|---|
| Delx Living Body | delx-living-body |
0.3.0 |
v0.3.0 |
npm test, prod audit, pack dry-run |
| Google Health MCP | google-health-mcp-unofficial |
0.5.1 |
v0.5.1 |
npm test, prod audit, pack dry-run, CodeQL 0 alerts |
| Garmin MCP | garmin-mcp-unofficial |
0.5.3 |
v0.5.3 |
npm test, prod audit, pack dry-run |
| Wellness Nourish | wellness-nourish |
0.6.11 |
v0.6.11 |
npm test, prod audit, pack dry-run |
| WHOOP MCP | whoop-mcp-unofficial |
0.5.3 |
v0.5.3 |
npm test, prod audit, pack dry-run |
| Withings MCP | withings-mcp-unofficial |
0.4.7 |
v0.4.7 |
npm test, prod audit, pack dry-run |
| Project | npm package | npm version | GitHub release | Verification |
|---|---|---|---|---|
| MCP Scorecard | mcp-scorecard |
0.5.1 |
v0.5.1 |
npm test, self-score 100/100, prod audit, pack dry-run |
| Delx Memory | delx-memory |
0.2.3 |
v0.2.3 |
npm test, prod audit, pack dry-run |
| Delx MCP Server | delx-mcp-server |
0.2.8 |
v0.2.8 |
npm test, npm run health, prod audit, pack dry-run |
After publishing a package:
- Push the release commit and tag.
- Verify
npm view <package> version dist-tags.latest. - Create a GitHub Release for the tag with npm and verification links.
- Run
node scripts/sync-registry.mjsin this repo. - Update this index when the release is strategic enough to promote from the hub.
- Run
node scripts/validate-release-index.mjsto prove npm, GitHub Releases and promoted README backlinks agree.