← Index

io.github.davidmosiah/delx-living-body

io.github.davidmosiah/delx-living-body·v0.2.0·Other
Quality Score
85
/100

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

§00  Trust verdict · v1 advisory ·  method
UNVERIFIEDno verdict on file

Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "delx-living-body": {
      "command": "npx",
      "args": [
        "-y",
        "delx-living-body"
      ],
      "env": {
        "DELX_LIVING_BODY_DETECT_TTL": "<delx_living_body_detect_ttl>",
        "DELX_LIVING_BODY_NO_CACHE": "<delx_living_body_no_cache>",
        "DELX_LIVING_BODY_CACHE_PATH": "<delx_living_body_cache_path>",
        "DELX_LIVING_BODY_NPM_RUNNER": "<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": "<delx_living_body_detect_ttl>",
        "DELX_LIVING_BODY_NO_CACHE": "<delx_living_body_no_cache>",
        "DELX_LIVING_BODY_CACHE_PATH": "<delx_living_body_cache_path>",
        "DELX_LIVING_BODY_NPM_RUNNER": "<delx_living_body_npm_runner>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y delx-living-body
§02  Environment variables
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).

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
5
§04  Alternatives in Other