delx memory for Claude Desktop
io.github.davidmosiah/delx-memory
Local-first persistent memory MCP: shared SQLite key/value store, searchable, TTL-aware, secret-safe
client:Claude Desktop
transport:stdio
runtime:npm
Install delx memory in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\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>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs