Local-first persistent memory MCP server that provides a shared SQLite-backed key/value store for multiple MCP-speaking AI agents (Claude Desktop, Cursor, Hermes, OpenClaw, Codex). Version 0.2.2 (alpha), open source (MIT), Node.js >=20 required. Unlike ephemeral per-client memory solutions, delx-memory enables cross-session and cross-tool context persistence via a single SQLite file at ~/.delx-memory/db.sqlite. Features 8 MCP tools (4 read-only, 4 mutation requiring explicit user intent), TTL support, tags, prefix filters, FTS5 full-text search, secret-blocking for credential-shaped keys/values, and zero telemetry. The server is designed as a lightweight MCP tool, not a generalized database.
npm install delx-memoryNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows installation, configuration, and basic tool usage for an MCP client via Claude Desktop.
Always pass explicit_user_intent: true in tool call parameters for set, forget, forget_by_tag, and export.
Install Node.js 20 via nvm or official installer: nvm install 20
Use a dedicated secrets manager (Keychain, gnome-keyring, Windows Credential Manager) for such data.
N/A
Use npx -y delx-memory doctor instead of require/import.
Run 'npx -y delx-memory doctor' to verify and initialize the database.
Upgrade to Node.js >=20 using nvm install 20.
Store credentials in a dedicated secrets manager, not in delx-memory.
No dependency data recorded yet.