Delx Memory runs on your own machine — the client starts it, so there is no endpoint to ping. 86 installs a week from npm. Last commit 7 Sep 2026.
Local-first persistent memory MCP: shared SQLite key/value store, searchable, TTL-aware, secret-safe
Today is the operative word: we check Delx Memory every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add delx-memory -- npx -y delx-memory
{
"mcpServers": {
"delx-memory": {
"args": [
"-y",
"delx-memory"
],
"command": "npx"
}
}
}
[mcp_servers.delx-memory]
command = "npx"
args = ["-y", "delx-memory"]
{
"mcpServers": {
"delx-memory": {
"args": [
"-y",
"delx-memory"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"delx-memory": {
"args": [
"-y",
"delx-memory"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
DELX_MEMORY_PATH (Optional path to the SQLite store. Defaults to ~/.delx-memory/db.sqlite.), DELX_MEMORY_TRANSPORT (Optional transport: stdio (default) or http.), DELX_MEMORY_HOST (HTTP host when transport=http. Defaults to 127.0.0.1.), DELX_MEMORY_PORT (HTTP port when transport=http. Defaults to 3030.), DELX_MEMORY_ALLOWED_ORIGIN (CORS allow-origin when transport=http. Defaults to http://HOST:PORT.).
The author declared them in the registry entry; get the values from the project itself.
Persistent memory for AI coding agents. Local-first SQLite + vector search. 17 MCP tools.
Local-first AI memory cartridge with persistent MCP memory for Claude via SQLite FTS5.
Persistent local AI memory. SQLite + FTS5 + vector search, knowledge graph. No cloud, no API keys.
Persistent, zero-dependency AI memory using SQLite. Local-first, cross-tool portable.
Local-first persistent memory for AI agents — SQLite + local embeddings, MCP-native, no cloud.
Local-first MCP memory server for coding agents. No API key, no cloud. SQLite + FTS5 + sqlite-vec.
Local-first graph memory for AI assistants with SQLite, semantic search, and MCP tools.
Persistent session memory for Claude Code. Local SQLite, no LLMs, no network.
Answers built from our own checks of this server.