Memory Vault

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

stdiocommunityinfra

Package Details

Transportstdio

Environment Variables

DB_HOST(str)
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(str)
Default:5432
Required

Postgres port

DB_NAME(str)
Default:memory_vault
Required

Postgres database name

DB_USER(str)
Default:memory_vault
Required

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

DB_PASSWORD(str)
RequiredSecret

Postgres password for DB_USER