io.github.MihaiBuilds
memory-vault
Memory Vault
Local-first AI memory layer with hybrid search. Postgres + pgvector. Self-hosted, MIT.
stdiocommunityinfra
Package Details
ghcr.io/mihaibuilds/memory-vault-mcp:1.0.6
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:
5432Required
Postgres port
DB_NAME(str)
Default:
memory_vaultRequired
Postgres database name
DB_USER(str)
Default:
memory_vaultRequired
Postgres user with read/write access to the memory vault database
DB_PASSWORD(str)
RequiredSecret
Postgres password for DB_USER