← Index

Memory Vault

io.github.MihaiBuilds/memory-vault·v1.0.6·Databases
Quality Score
95
/100

Local-first AI memory layer with hybrid search. Postgres + pgvector. Self-hosted, MIT.

§00  Trust verdict · v1 advisory ·  method
UNVERIFIEDno verdict on file

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.

§01  Install
Claude Desktop (Docker)
{
  "mcpServers": {
    "memory-vault": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/mihaibuilds/memory-vault-mcp:1.0.6"
      ],
      "env": {
        "DB_HOST": "<db_host>",
        "DB_PORT": "5432",
        "DB_NAME": "memory_vault",
        "DB_USER": "memory_vault",
        "DB_PASSWORD": "<your-db_password>"
      }
    }
  }
}
§02  Environment variables
DB_HOST
required

Hostname of the Postgres+pgvector instance Memory Vault connects to (e.g. 'host.docker.internal' when Postgres runs on the host, 'localhost' when running natively, or the service name when both run in compose)

DB_PORT
required

Postgres port

DB_NAME
required

Postgres database name

DB_USER
required

Postgres user with read/write access to the memory vault database

DB_PASSWORD
requiredsecret

Postgres password for DB_USER

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
20
installability
25
documentation
15
stability
10
§04  Alternatives in Databases