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).
Run
npx -y delx-living-body
MCP client config
{
"mcpServers": {
"delx-living-body": {
"command": "npx",
"args": [
"-y",
"delx-living-body"
]
}
}
}