PluginBench
MCP Server
Active
MIT

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.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • DELX_LIVING_BODY_DETECT_TTL

    Detection cache TTL in seconds. Defaults to 60.

  • DELX_LIVING_BODY_NO_CACHE

    Set to true/1/yes to disable the SQLite response cache.

  • DELX_LIVING_BODY_CACHE_PATH

    Override the default cache path (~/.delx-living-body/cache.sqlite).

  • DELX_LIVING_BODY_NPM_RUNNER

    Override the npm runner binary used to spawn child connectors (default: npx).

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "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>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "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>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "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>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "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 Code
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-body

Related MCP servers

Privacy-first unofficial Google Health API v4 MCP server for health, sleep, activity, HR agents

18
TypeScript
MIT
View repository →

Local-first nutrition MCP for AI agents: food, barcode, photo, intake, hydration, goals.

7
TypeScript
MIT
View repository →

Privacy-first, unofficial WHOOP MCP server for AI health, sleep, recovery, and performance agents.

5
TypeScript
MIT
View repository →

Privacy-first unofficial Garmin Connect MCP for AI health, sleep, activity & recovery agents.

4
TypeScript
MIT
View repository →

Unofficial Eight Sleep MCP server: read sleep trends, temperature, alarms; gated pod control.

3
TypeScript
MIT
View repository →

Unofficial local-first MCP server for Samsung Health personal-data CSV/ZIP exports.

3
TypeScript
MIT
View repository →