Memory Vault
About
Local-first AI memory layer with hybrid search. Postgres + pgvector. Self-hosted, MIT.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
DB_HOST DB_PORT DB_NAME DB_USER DB_PASSWORDClaude Code
claude mcp add --env DB_HOST= --env DB_PORT= --env DB_NAME= --env DB_USER= --env DB_PASSWORD= memory-vault -- docker ghcr.io/mihaibuilds/memory-vault-mcp:1.0.6
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"memory-vault","command":"docker","args":["ghcr.io/mihaibuilds/memory-vault-mcp:1.0.6"],"env":{"DB_HOST":"","DB_PORT":"","DB_NAME":"","DB_USER":"","DB_PASSWORD":""}}'
JSON
{
"mcpServers": {
"memory-vault": {
"command": "docker",
"args": [
"ghcr.io/mihaibuilds/memory-vault-mcp:1.0.6"
],
"env": {
"DB_HOST": "",
"DB_PORT": "",
"DB_NAME": "",
"DB_USER": "",
"DB_PASSWORD": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.