Odel
delx living body

delx living body

Local
@davidmosiahTypeScriptMITUpdated 2 days ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmdelx-living-bodyv0.3.0

Run

npx -y delx-living-body

MCP client config

{
  "mcpServers": {
    "delx-living-body": {
      "command": "npx",
      "args": [
        "-y",
        "delx-living-body"
      ]
    }
  }
}