Skip to content
Cursor

delx memory for Cursor

io.github.davidmosiah/delx-memory

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

client:Cursor transport:stdio runtime:npm

Install delx memory in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "delx-memory": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

delx memory in other clients