← Back to browse

delx-living-body

Indexed by io.github.davidmosiah

About

Meta-MCP that auto-detects installed wellness connectors and composes them into one body data layer.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsDELX_LIVING_BODY_DETECT_TTL DELX_LIVING_BODY_NO_CACHE DELX_LIVING_BODY_CACHE_PATH DELX_LIVING_BODY_NPM_RUNNER
Claude Code
claude mcp add --env DELX_LIVING_BODY_DETECT_TTL= --env DELX_LIVING_BODY_NO_CACHE= --env DELX_LIVING_BODY_CACHE_PATH= --env DELX_LIVING_BODY_NPM_RUNNER= delx-living-body -- npx delx-living-body
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"delx-living-body","command":"npx","args":["delx-living-body"],"env":{"DELX_LIVING_BODY_DETECT_TTL":"","DELX_LIVING_BODY_NO_CACHE":"","DELX_LIVING_BODY_CACHE_PATH":"","DELX_LIVING_BODY_NPM_RUNNER":""}}'
JSON
{
  "mcpServers": {
    "delx-living-body": {
      "command": "npx",
      "args": [
        "delx-living-body"
      ],
      "env": {
        "DELX_LIVING_BODY_DETECT_TTL": "",
        "DELX_LIVING_BODY_NO_CACHE": "",
        "DELX_LIVING_BODY_CACHE_PATH": "",
        "DELX_LIVING_BODY_NPM_RUNNER": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.