mcpbeat Sign in

Delx Living Body MCP Server

local only

Delx Living Body runs on your own machine — the client starts it, so there is no endpoint to ping. 141 installs a week from npm. Last commit 7 Sep 2026.

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

Installs per day peak 1 731 · avg 98 · +669% w/w
a month agotoday
141
Installs / week
npm · delx-living-body
0
Stars
0 open issues
7 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 22 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Dumps the whole environment src/services/composer.ts:46
  for (const [key, value] of Object.entries(process.env)) {

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add delx-living-body -- npx -y delx-living-body
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "delx-living-body": {
      "args": [
        "-y",
        "delx-living-body"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.delx-living-body]
command = "npx"
args = ["-y", "delx-living-body"]
.cursor/mcp.json
{
  "mcpServers": {
    "delx-living-body": {
      "args": [
        "-y",
        "delx-living-body"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "delx-living-body": {
      "args": [
        "-y",
        "delx-living-body"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: 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).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Delx Living Body

same job, measured the same way
Simplifier MCP
by simplifier-ag

MCP Server for Simplifier - manage Connectors, BusinessObjects, Datatypes and logins

390 installs/wk local only
MCP Rs485
by daedalus

MCP server that exposes RS485 bus connectivity for reading and writing serial data

63 installs/wk local only
Liongard
by wyre-technology

MCP server for Liongard — inspectors, environments, metrics, detections, and timeline data.

local only
Liongard
by wyre-ai

MCP server for Liongard — inspectors, environments, metrics, detections, and timeline data.

local only
MCPVault
by coburn2716

Search evidence-labelled MCP servers with freshness, install, compatibility and verification data.

80 installs/wk local only
Secure Privacy MCP
by secureprivacy

An MCP server that automatically integrate GDPR-compliant cookie consent banners into websites

32 installs/wk local only
Office Suite All Servers One Install
by bestremotetools

One install that runs every sibling MCP server as a child process and merges their tools behind one

local only
treg.to
by superdesigndev

OpenRouter for tools and data. Compare catalog providers and call them from one hosted MCP endpoint.

answering

Delx Living Body — questions

Answers built from our own checks of this server.

Why is there no uptime for Delx Living Body?
Delx Living Body runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package delx-living-body was installed 141 times last week.
How do I connect Delx Living Body?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls delx-living-body straight from npm; nothing to host, nothing to sign up for.
How many people use Delx Living Body?
The npm package delx-living-body was installed 141 times in the last week. Week over week that is +669%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Delx Living Body open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.