Skip to content
Claude Code

delx memory for Claude Code

io.github.davidmosiah/delx-memory

Local-first persistent memory MCP: shared SQLite key/value store, searchable, TTL-aware, secret-safe

client:Claude Code transport:stdio runtime:npm

Install delx memory in Claude Code

run in your project directory

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

claude mcp add delx-memory -e DELX_MEMORY_PATH=<DELX_MEMORY_PATH> -e DELX_MEMORY_TRANSPORT=<DELX_MEMORY_TRANSPORT> -e DELX_MEMORY_HOST=<DELX_MEMORY_HOST> -e DELX_MEMORY_PORT=<DELX_MEMORY_PORT> -e DELX_MEMORY_ALLOWED_ORIGIN=<DELX_MEMORY_ALLOWED_ORIGIN> -- npx -y delx-memory

Adds it for this project only. Append --scope user to make it available everywhere. Claude Code docs

delx memory in other clients