Home › Databases & Data › Memory Vault
Memory Vault
Local-first AI memory layer with hybrid search. Postgres + pgvector. Self-hosted, MIT.
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (oci)
docker run -i --rm ghcr.io/mihaibuilds/memory-vault-mcp:1.6.0
Or add to your MCP client config:
{
"mcpServers": {
"memory-vault": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/mihaibuilds/memory-vault-mcp:1.6.0"
],
"env": {
"DB_HOST": "<YOUR_VALUE>",
"DB_PORT": "<YOUR_VALUE>",
"DB_NAME": "<YOUR_VALUE>",
"DB_USER": "<YOUR_VALUE>",
"DB_PASSWORD": "<YOUR_VALUE>"
}
}
}
}
DB_HOSTrequired — 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_PORTrequired — Postgres portDB_NAMErequired — Postgres database nameDB_USERrequired — Postgres user with read/write access to the memory vault databaseDB_PASSWORDrequired secret — Postgres password for DB_USER
Related servers
dbx
Query databases from AI agents using connections configured in DBX.
MCP Toolbox for Databases
MCP Toolbox for Databases enables your agent to connect to your database.
baserow
Baserow database integration with table search, list, and row create, read, update, and delete capabilities.
mcp-server-chart
A Model Context Protocol server for generating charts using AntV.
vizro
Tools and templates to create validated and maintainable data charts and dashboards.
DBHub
Token-efficient database MCP server for PostgreSQL, MySQL, MariaDB, SQL Server, Oracle, SQLite
Data from the Official MCP Registry