PluginBench
MCP Server
Active
MIT

Delx MCP Server MCP Server

io.github.davidmosiah/delx-mcp-server

What is the Delx MCP Server MCP server?

MCP stdio bridge for the Delx Protocol: continuity, witness, recovery, ontology & passport tools

How to install Delx MCP Server

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "delx-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "delx-mcp-server"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "delx-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "delx-mcp-server"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "delx-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "delx-mcp-server"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "delx-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "delx-mcp-server"
      ]
    }
  }
}
Claude Code
claude mcp add delx-mcp-server -- npx -y delx-mcp-server

Related MCP servers

Privacy-first unofficial Google Health API v4 MCP server for health, sleep, activity, HR agents

18
TypeScript
MIT
View repository →

Local-first nutrition MCP for AI agents: food, barcode, photo, intake, hydration, goals.

7
TypeScript
MIT
View repository →

Privacy-first, unofficial WHOOP MCP server for AI health, sleep, recovery, and performance agents.

5
TypeScript
MIT
View repository →

Privacy-first unofficial Garmin Connect MCP for AI health, sleep, activity & recovery agents.

4
TypeScript
MIT
View repository →

Unofficial Eight Sleep MCP server: read sleep trends, temperature, alarms; gated pod control.

3
TypeScript
MIT
View repository →

Unofficial local-first MCP server for Samsung Health personal-data CSV/ZIP exports.

3
TypeScript
MIT
View repository →