What is the Memory Vault MCP server?
Local-first AI memory layer with hybrid search. Postgres + pgvector. Self-hosted, MIT.
How to install Memory Vault
Copy-paste configuration for popular MCP clients.
DB_HOSTrequiredHostname 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_PORTrequiredPostgres port
DB_NAMErequiredPostgres database name
DB_USERrequiredPostgres user with read/write access to the memory vault database
DB_PASSWORDrequiredsecretPostgres password for DB_USER
{
"mcpServers": {
"memory-vault": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/mihaibuilds/memory-vault-mcp:1.0.6"
],
"env": {
"DB_HOST": "<YOUR_DB_HOST>",
"DB_PORT": "<YOUR_DB_PORT>",
"DB_NAME": "<YOUR_DB_NAME>",
"DB_USER": "<YOUR_DB_USER>",
"DB_PASSWORD": "<YOUR_DB_PASSWORD>"
}
}
}
}{
"mcpServers": {
"memory-vault": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/mihaibuilds/memory-vault-mcp:1.0.6"
],
"env": {
"DB_HOST": "<YOUR_DB_HOST>",
"DB_PORT": "<YOUR_DB_PORT>",
"DB_NAME": "<YOUR_DB_NAME>",
"DB_USER": "<YOUR_DB_USER>",
"DB_PASSWORD": "<YOUR_DB_PASSWORD>"
}
}
}
}{
"mcpServers": {
"memory-vault": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/mihaibuilds/memory-vault-mcp:1.0.6"
],
"env": {
"DB_HOST": "<YOUR_DB_HOST>",
"DB_PORT": "<YOUR_DB_PORT>",
"DB_NAME": "<YOUR_DB_NAME>",
"DB_USER": "<YOUR_DB_USER>",
"DB_PASSWORD": "<YOUR_DB_PASSWORD>"
}
}
}
}{
"servers": {
"memory-vault": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/mihaibuilds/memory-vault-mcp:1.0.6"
],
"env": {
"DB_HOST": "<YOUR_DB_HOST>",
"DB_PORT": "<YOUR_DB_PORT>",
"DB_NAME": "<YOUR_DB_NAME>",
"DB_USER": "<YOUR_DB_USER>",
"DB_PASSWORD": "<YOUR_DB_PASSWORD>"
}
}
}
}claude mcp add memory-vault --env DB_HOST=<YOUR_DB_HOST> --env DB_PORT=<YOUR_DB_PORT> --env DB_NAME=<YOUR_DB_NAME> --env DB_USER=<YOUR_DB_USER> --env DB_PASSWORD=<YOUR_DB_PASSWORD> -- docker run -i --rm ghcr.io/mihaibuilds/memory-vault-mcp:1.0.6Related MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.