io.github.davidmosiah/delx-living-body MCP Server
io.github.davidmosiah/delx-living-body
What is the io.github.davidmosiah/delx-living-body MCP server?
Meta-MCP that auto-detects installed wellness connectors and composes them into one body data layer.
How to install io.github.davidmosiah/delx-living-body
Copy-paste configuration for popular MCP clients.
DELX_LIVING_BODY_DETECT_TTLDetection cache TTL in seconds. Defaults to 60.
DELX_LIVING_BODY_NO_CACHESet to true/1/yes to disable the SQLite response cache.
DELX_LIVING_BODY_CACHE_PATHOverride the default cache path (~/.delx-living-body/cache.sqlite).
DELX_LIVING_BODY_NPM_RUNNEROverride the npm runner binary used to spawn child connectors (default: npx).
{
"mcpServers": {
"delx-living-body": {
"command": "npx",
"args": [
"-y",
"delx-living-body"
],
"env": {
"DELX_LIVING_BODY_DETECT_TTL": "<YOUR_DELX_LIVING_BODY_DETECT_TTL>",
"DELX_LIVING_BODY_NO_CACHE": "<YOUR_DELX_LIVING_BODY_NO_CACHE>",
"DELX_LIVING_BODY_CACHE_PATH": "<YOUR_DELX_LIVING_BODY_CACHE_PATH>",
"DELX_LIVING_BODY_NPM_RUNNER": "<YOUR_DELX_LIVING_BODY_NPM_RUNNER>"
}
}
}
}{
"mcpServers": {
"delx-living-body": {
"command": "npx",
"args": [
"-y",
"delx-living-body"
],
"env": {
"DELX_LIVING_BODY_DETECT_TTL": "<YOUR_DELX_LIVING_BODY_DETECT_TTL>",
"DELX_LIVING_BODY_NO_CACHE": "<YOUR_DELX_LIVING_BODY_NO_CACHE>",
"DELX_LIVING_BODY_CACHE_PATH": "<YOUR_DELX_LIVING_BODY_CACHE_PATH>",
"DELX_LIVING_BODY_NPM_RUNNER": "<YOUR_DELX_LIVING_BODY_NPM_RUNNER>"
}
}
}
}{
"mcpServers": {
"delx-living-body": {
"command": "npx",
"args": [
"-y",
"delx-living-body"
],
"env": {
"DELX_LIVING_BODY_DETECT_TTL": "<YOUR_DELX_LIVING_BODY_DETECT_TTL>",
"DELX_LIVING_BODY_NO_CACHE": "<YOUR_DELX_LIVING_BODY_NO_CACHE>",
"DELX_LIVING_BODY_CACHE_PATH": "<YOUR_DELX_LIVING_BODY_CACHE_PATH>",
"DELX_LIVING_BODY_NPM_RUNNER": "<YOUR_DELX_LIVING_BODY_NPM_RUNNER>"
}
}
}
}{
"servers": {
"delx-living-body": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"delx-living-body"
],
"env": {
"DELX_LIVING_BODY_DETECT_TTL": "<YOUR_DELX_LIVING_BODY_DETECT_TTL>",
"DELX_LIVING_BODY_NO_CACHE": "<YOUR_DELX_LIVING_BODY_NO_CACHE>",
"DELX_LIVING_BODY_CACHE_PATH": "<YOUR_DELX_LIVING_BODY_CACHE_PATH>",
"DELX_LIVING_BODY_NPM_RUNNER": "<YOUR_DELX_LIVING_BODY_NPM_RUNNER>"
}
}
}
}claude mcp add delx-living-body --env DELX_LIVING_BODY_DETECT_TTL=<YOUR_DELX_LIVING_BODY_DETECT_TTL> --env DELX_LIVING_BODY_NO_CACHE=<YOUR_DELX_LIVING_BODY_NO_CACHE> --env DELX_LIVING_BODY_CACHE_PATH=<YOUR_DELX_LIVING_BODY_CACHE_PATH> --env DELX_LIVING_BODY_NPM_RUNNER=<YOUR_DELX_LIVING_BODY_NPM_RUNNER> -- npx -y delx-living-bodyRelated MCP servers
Privacy-first unofficial Google Health API v4 MCP server for health, sleep, activity, HR agents
Local-first nutrition MCP for AI agents: food, barcode, photo, intake, hydration, goals.
Privacy-first, unofficial WHOOP MCP server for AI health, sleep, recovery, and performance agents.
Privacy-first unofficial Garmin Connect MCP for AI health, sleep, activity & recovery agents.
Unofficial Eight Sleep MCP server: read sleep trends, temperature, alarms; gated pod control.
Unofficial local-first MCP server for Samsung Health personal-data CSV/ZIP exports.