delx memory for Cline
io.github.davidmosiah/delx-memory
Local-first persistent memory MCP: shared SQLite key/value store, searchable, TTL-aware, secret-safe
client:Cline
transport:stdio
runtime:npm
Install delx memory in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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's MCP Servers pane edits this file for you if you would rather not find it. Cline docs