delx-memory
About
Local-first persistent memory MCP: shared SQLite key/value store, searchable, TTL-aware, secret-safe
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
DELX_MEMORY_PATH DELX_MEMORY_TRANSPORT DELX_MEMORY_HOST DELX_MEMORY_PORT DELX_MEMORY_ALLOWED_ORIGINClaude Code
claude mcp add --env DELX_MEMORY_PATH= --env DELX_MEMORY_TRANSPORT= --env DELX_MEMORY_HOST= --env DELX_MEMORY_PORT= --env DELX_MEMORY_ALLOWED_ORIGIN= delx-memory -- npx delx-memory
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"delx-memory","command":"npx","args":["delx-memory"],"env":{"DELX_MEMORY_PATH":"","DELX_MEMORY_TRANSPORT":"","DELX_MEMORY_HOST":"","DELX_MEMORY_PORT":"","DELX_MEMORY_ALLOWED_ORIGIN":""}}'
JSON
{
"mcpServers": {
"delx-memory": {
"command": "npx",
"args": [
"delx-memory"
],
"env": {
"DELX_MEMORY_PATH": "",
"DELX_MEMORY_TRANSPORT": "",
"DELX_MEMORY_HOST": "",
"DELX_MEMORY_PORT": "",
"DELX_MEMORY_ALLOWED_ORIGIN": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.