io.github.davidmosiah/delx-memory MCP Server
io.github.davidmosiah/delx-memory
What is the io.github.davidmosiah/delx-memory MCP server?
Local-first persistent memory MCP: shared SQLite key/value store, searchable, TTL-aware, secret-safe
How to install io.github.davidmosiah/delx-memory
Copy-paste configuration for popular MCP clients.
DELX_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.
{
"mcpServers": {
"delx-memory": {
"command": "npx",
"args": [
"-y",
"delx-memory"
],
"env": {
"DELX_MEMORY_PATH": "<YOUR_DELX_MEMORY_PATH>",
"DELX_MEMORY_TRANSPORT": "<YOUR_DELX_MEMORY_TRANSPORT>",
"DELX_MEMORY_HOST": "<YOUR_DELX_MEMORY_HOST>",
"DELX_MEMORY_PORT": "<YOUR_DELX_MEMORY_PORT>",
"DELX_MEMORY_ALLOWED_ORIGIN": "<YOUR_DELX_MEMORY_ALLOWED_ORIGIN>"
}
}
}
}{
"mcpServers": {
"delx-memory": {
"command": "npx",
"args": [
"-y",
"delx-memory"
],
"env": {
"DELX_MEMORY_PATH": "<YOUR_DELX_MEMORY_PATH>",
"DELX_MEMORY_TRANSPORT": "<YOUR_DELX_MEMORY_TRANSPORT>",
"DELX_MEMORY_HOST": "<YOUR_DELX_MEMORY_HOST>",
"DELX_MEMORY_PORT": "<YOUR_DELX_MEMORY_PORT>",
"DELX_MEMORY_ALLOWED_ORIGIN": "<YOUR_DELX_MEMORY_ALLOWED_ORIGIN>"
}
}
}
}{
"mcpServers": {
"delx-memory": {
"command": "npx",
"args": [
"-y",
"delx-memory"
],
"env": {
"DELX_MEMORY_PATH": "<YOUR_DELX_MEMORY_PATH>",
"DELX_MEMORY_TRANSPORT": "<YOUR_DELX_MEMORY_TRANSPORT>",
"DELX_MEMORY_HOST": "<YOUR_DELX_MEMORY_HOST>",
"DELX_MEMORY_PORT": "<YOUR_DELX_MEMORY_PORT>",
"DELX_MEMORY_ALLOWED_ORIGIN": "<YOUR_DELX_MEMORY_ALLOWED_ORIGIN>"
}
}
}
}{
"servers": {
"delx-memory": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"delx-memory"
],
"env": {
"DELX_MEMORY_PATH": "<YOUR_DELX_MEMORY_PATH>",
"DELX_MEMORY_TRANSPORT": "<YOUR_DELX_MEMORY_TRANSPORT>",
"DELX_MEMORY_HOST": "<YOUR_DELX_MEMORY_HOST>",
"DELX_MEMORY_PORT": "<YOUR_DELX_MEMORY_PORT>",
"DELX_MEMORY_ALLOWED_ORIGIN": "<YOUR_DELX_MEMORY_ALLOWED_ORIGIN>"
}
}
}
}claude mcp add delx-memory --env DELX_MEMORY_PATH=<YOUR_DELX_MEMORY_PATH> --env DELX_MEMORY_TRANSPORT=<YOUR_DELX_MEMORY_TRANSPORT> --env DELX_MEMORY_HOST=<YOUR_DELX_MEMORY_HOST> --env DELX_MEMORY_PORT=<YOUR_DELX_MEMORY_PORT> --env DELX_MEMORY_ALLOWED_ORIGIN=<YOUR_DELX_MEMORY_ALLOWED_ORIGIN> -- npx -y delx-memoryRelated MCP servers
Privacy-first unofficial Google Health API v4 MCP server for health, sleep, activity, HR agents
Local-first nutrition MCP for AI agents: food, barcode, photo, intake, hydration, goals.
Privacy-first, unofficial WHOOP MCP server for AI health, sleep, recovery, and performance agents.
Privacy-first unofficial Garmin Connect MCP for AI health, sleep, activity & recovery agents.
Unofficial Eight Sleep MCP server: read sleep trends, temperature, alarms; gated pod control.
Unofficial local-first MCP server for Samsung Health personal-data CSV/ZIP exports.