Skip to content
Windsurf

delx memory for Windsurf

io.github.davidmosiah/delx-memory

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

client:Windsurf transport:stdio runtime:npm

Install delx memory in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

delx memory in other clients