← Index

io.github.davidmosiah/delx-memory

io.github.davidmosiah/delx-memory·v0.2.1·Databases
Quality Score
85
/100

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

§00  Trust verdict · v1 advisory ·  method
UNVERIFIEDno verdict on file

Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "delx-memory": {
      "command": "npx",
      "args": [
        "-y",
        "delx-memory"
      ],
      "env": {
        "DELX_MEMORY_PATH": "<delx_memory_path>",
        "DELX_MEMORY_TRANSPORT": "<delx_memory_transport>",
        "DELX_MEMORY_HOST": "<delx_memory_host>",
        "DELX_MEMORY_PORT": "<delx_memory_port>",
        "DELX_MEMORY_ALLOWED_ORIGIN": "<delx_memory_allowed_origin>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "delx-memory": {
      "command": "npx",
      "args": [
        "-y",
        "delx-memory"
      ],
      "env": {
        "DELX_MEMORY_PATH": "<delx_memory_path>",
        "DELX_MEMORY_TRANSPORT": "<delx_memory_transport>",
        "DELX_MEMORY_HOST": "<delx_memory_host>",
        "DELX_MEMORY_PORT": "<delx_memory_port>",
        "DELX_MEMORY_ALLOWED_ORIGIN": "<delx_memory_allowed_origin>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y delx-memory
§02  Environment variables
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.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
5
§04  Alternatives in Databases