Meta-MCP that auto-detects installed wellness connectors and composes them into one body data layer.
claude mcp add delx-living-body -- npx -y delx-living-body
claude_desktop_config.json
{
"mcpServers": {
"delx-living-body": {
"command": "npx",
"args": [
"-y",
"delx-living-body"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"delx-living-body": {
"command": "npx",
"args": [
"-y",
"delx-living-body"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"delx-living-body": {
"command": "npx",
"args": [
"-y",
"delx-living-body"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"delx-living-body": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"delx-living-body"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"delx-living-body": {
"command": "npx",
"args": [
"-y",
"delx-living-body"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.davidmosiah--delx-living-body/reviews or the review_server meta-tool.
POST /mcp