io.github.davidmosiah
delx-memory
Local-first persistent memory MCP: shared SQLite key/value store, searchable, TTL-aware, secret-safe
stdiocommunityinfra
Package Details
delx-memory
Transportstdio
Environment Variables
DELX_MEMORY_PATH(str)
Optional path to the SQLite store. Defaults to ~/.delx-memory/db.sqlite.
DELX_MEMORY_TRANSPORT(str)
Optional transport: stdio (default) or http.
DELX_MEMORY_HOST(str)
HTTP host when transport=http. Defaults to 127.0.0.1.
DELX_MEMORY_PORT(str)
HTTP port when transport=http. Defaults to 3030.
DELX_MEMORY_ALLOWED_ORIGIN(str)
CORS allow-origin when transport=http. Defaults to http://HOST:PORT.