PluginBench
MCP Server
Active
MIT

io.github.davidmosiah/delx-memory MCP Server

io.github.davidmosiah/delx-memory

What is the io.github.davidmosiah/delx-memory MCP server?

Local-first persistent memory MCP: shared SQLite key/value store, searchable, TTL-aware, secret-safe

How to install io.github.davidmosiah/delx-memory

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • DELX_MEMORY_PATH

    Optional path to the SQLite store. Defaults to ~/.delx-memory/db.sqlite.

  • DELX_MEMORY_TRANSPORT

    Optional transport: stdio (default) or http.

  • DELX_MEMORY_HOST

    HTTP host when transport=http. Defaults to 127.0.0.1.

  • DELX_MEMORY_PORT

    HTTP port when transport=http. Defaults to 3030.

  • DELX_MEMORY_ALLOWED_ORIGIN

    CORS allow-origin when transport=http. Defaults to http://HOST:PORT.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "delx-memory": {
      "command": "npx",
      "args": [
        "-y",
        "delx-memory"
      ],
      "env": {
        "DELX_MEMORY_PATH": "<YOUR_DELX_MEMORY_PATH>",
        "DELX_MEMORY_TRANSPORT": "<YOUR_DELX_MEMORY_TRANSPORT>",
        "DELX_MEMORY_HOST": "<YOUR_DELX_MEMORY_HOST>",
        "DELX_MEMORY_PORT": "<YOUR_DELX_MEMORY_PORT>",
        "DELX_MEMORY_ALLOWED_ORIGIN": "<YOUR_DELX_MEMORY_ALLOWED_ORIGIN>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "delx-memory": {
      "command": "npx",
      "args": [
        "-y",
        "delx-memory"
      ],
      "env": {
        "DELX_MEMORY_PATH": "<YOUR_DELX_MEMORY_PATH>",
        "DELX_MEMORY_TRANSPORT": "<YOUR_DELX_MEMORY_TRANSPORT>",
        "DELX_MEMORY_HOST": "<YOUR_DELX_MEMORY_HOST>",
        "DELX_MEMORY_PORT": "<YOUR_DELX_MEMORY_PORT>",
        "DELX_MEMORY_ALLOWED_ORIGIN": "<YOUR_DELX_MEMORY_ALLOWED_ORIGIN>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "delx-memory": {
      "command": "npx",
      "args": [
        "-y",
        "delx-memory"
      ],
      "env": {
        "DELX_MEMORY_PATH": "<YOUR_DELX_MEMORY_PATH>",
        "DELX_MEMORY_TRANSPORT": "<YOUR_DELX_MEMORY_TRANSPORT>",
        "DELX_MEMORY_HOST": "<YOUR_DELX_MEMORY_HOST>",
        "DELX_MEMORY_PORT": "<YOUR_DELX_MEMORY_PORT>",
        "DELX_MEMORY_ALLOWED_ORIGIN": "<YOUR_DELX_MEMORY_ALLOWED_ORIGIN>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "delx-memory": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "delx-memory"
      ],
      "env": {
        "DELX_MEMORY_PATH": "<YOUR_DELX_MEMORY_PATH>",
        "DELX_MEMORY_TRANSPORT": "<YOUR_DELX_MEMORY_TRANSPORT>",
        "DELX_MEMORY_HOST": "<YOUR_DELX_MEMORY_HOST>",
        "DELX_MEMORY_PORT": "<YOUR_DELX_MEMORY_PORT>",
        "DELX_MEMORY_ALLOWED_ORIGIN": "<YOUR_DELX_MEMORY_ALLOWED_ORIGIN>"
      }
    }
  }
}
Claude Code
claude mcp add delx-memory --env DELX_MEMORY_PATH=<YOUR_DELX_MEMORY_PATH> --env DELX_MEMORY_TRANSPORT=<YOUR_DELX_MEMORY_TRANSPORT> --env DELX_MEMORY_HOST=<YOUR_DELX_MEMORY_HOST> --env DELX_MEMORY_PORT=<YOUR_DELX_MEMORY_PORT> --env DELX_MEMORY_ALLOWED_ORIGIN=<YOUR_DELX_MEMORY_ALLOWED_ORIGIN> -- npx -y delx-memory

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 →