io.github.davidmosiah/delx-memory
Local-first persistent memory MCP: shared SQLite key/value store, searchable, TTL-aware, secret-safe
Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.
{
"mcpServers": {
"delx-memory": {
"command": "npx",
"args": [
"-y",
"delx-memory"
],
"env": {
"DELX_MEMORY_PATH": "<delx_memory_path>",
"DELX_MEMORY_TRANSPORT": "<delx_memory_transport>",
"DELX_MEMORY_HOST": "<delx_memory_host>",
"DELX_MEMORY_PORT": "<delx_memory_port>",
"DELX_MEMORY_ALLOWED_ORIGIN": "<delx_memory_allowed_origin>"
}
}
}
}{
"mcpServers": {
"delx-memory": {
"command": "npx",
"args": [
"-y",
"delx-memory"
],
"env": {
"DELX_MEMORY_PATH": "<delx_memory_path>",
"DELX_MEMORY_TRANSPORT": "<delx_memory_transport>",
"DELX_MEMORY_HOST": "<delx_memory_host>",
"DELX_MEMORY_PORT": "<delx_memory_port>",
"DELX_MEMORY_ALLOWED_ORIGIN": "<delx_memory_allowed_origin>"
}
}
}
}npx -y delx-memoryDELX_MEMORY_PATHOptional path to the SQLite store. Defaults to ~/.delx-memory/db.sqlite.
DELX_MEMORY_TRANSPORTOptional transport: stdio (default) or http.
DELX_MEMORY_HOSTHTTP host when transport=http. Defaults to 127.0.0.1.
DELX_MEMORY_PORTHTTP port when transport=http. Defaults to 3030.
DELX_MEMORY_ALLOWED_ORIGINCORS allow-origin when transport=http. Defaults to http://HOST:PORT.
Database MCP server for MySQL, MariaDB, PostgreSQL & SQLite with PII redaction and write-prevention
Manage Supabase projects end to end across database, auth, storage, realtime, and migrations. Moni…
Explore your Messages SQLite database to browse tables and inspect schemas with ease. Run flexible…