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