Memory Vault MCP Server
The memory database for AI applications. Self-hosted Postgres + pgvector with hybrid search, MCP-native, and a knowledge graph baked in. Its 4 documented tools cluster into recall, remember, forget, memory.
People who need memory tools inside Claude, Cursor, VS Code, or another MCP client. The project is written in Python.
VERIFIED ACTIVE
LAST COMMIT 2026-08-24 · ★ 60 · #182 OF 259 MAINTAINED MEMORY · VERIFIED 2026-08-25
MIT · Python servers · how we verify → /methodology
01 · Install Memory Vault
before you install - you'll need
Set DB_HOST, DB_PORT, DB_NAME, DB_USER, DB_PASSWORD before connecting.
Docker
docker run -i --rm ghcr.io/mihaibuilds/memory-vault-mcp:1.4.0 Claude Desktop - add to config
{
"mcpServers": {
"mihaibuilds-memory-vault": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/mihaibuilds/memory-vault-mcp:1.4.0"
]
}
}
} Using another client? Same JSON, different key
Claude Desktop · mcpServers
Cursor · mcpServers
VS Code · servers
Windsurf · mcpServers
Zed · context_servers
Cline · mcpServers
Roo Code · mcpServers
Continue · mcpServers
LibreChat · mcpServers
Gemini CLI · mcpServers
Codex CLI · mcp_servers
Full setup guides: every client.
02 · Evidence
Security posture
What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.
runs as container (OCI image) - can be sandboxed away from your filesystem
license MIT - declared in the repository
registry namespace io.github.MihaiBuilds is GitHub-verified and matches the repo owner
03 · What Memory Vault can do
Prose above is summarized from the project's README and registry record - no invented capabilities.
What you can build
An agent gets 4 documented tools across recall, remember, forget, including recall, remember, forget, memory_status.
Capability map
Tools grouped from the project's README - what Memory Vault lets an agent do.
Recall
1 tool - e.g. Search memories with hybrid search (vector + full-text + RRF)
recall
Remember
1 tool - e.g. Store a new memory - auto-classified and embedded
remember
Forget
1 tool - e.g. Soft-delete a memory by chunk ID
forget
Memory
1 tool - e.g. Database health, chunk counts, embedding model info
memory_status
Limitations (from the README)
- English-only NER. en_core_web_sm is English-trained; non-English text gets little to no useful entity extraction. Hybrid search and chat work fine in any language - only the auto-extracted knowledge graph is English-limited. - NER is context-dependent. spaCy decides PERSON vs. ORG based on the surrounding sentence. The same name can land as both Person and Project entities depending on syntactic role. - No fuzzy en
Latest releases
v1.4.0 · 2026-08-23
v1.4.0
v1.3.0 · 2026-08-23
v1.3.0
v1.2.1 · 2026-08-18
v1.2.1
04 · Who maintains Memory Vault
Memory Vault is maintained by mihaibuilds. It's the only MCP server we track from this author; the repo dates to Mar 2026.
05 · Facts
- repository
- github.com/mihaibuilds/memory-vault
- website
- https://mihaibuilds.com/
- category
- memory - ranked #182 of 259 actively-maintained memory servers as of 2026-08-25.
- release cadence
- 10+ releases in the last 90 days (latest 2026-08-23)
- registry
- io.github.MihaiBuilds/memory-vault (active, first published 2026-05-18 · 8 versions)
- packages
- oci:ghcr.io/mihaibuilds/memory-vault-mcp:1.4.0
06 · Memory Vault FAQ
Is Memory Vault still maintained?
Yes - as of 2026-08-25, its last commit was 2026-08-24 and it shipped 10+ releases in the last 90 days. We re-verify nightly.
What can Memory Vault do?
An agent gets 4 documented tools across recall, remember, forget, including recall, remember, forget, memory_status.
How do I install Memory Vault?
Run `docker run -i --rm ghcr.io/mihaibuilds/memory-vault-mcp:1.4.0`. The README documents 5 environment variables (DB_HOST, DB_PORT, DB_NAME…) to set first. Set DB_HOST, DB_PORT, DB_NAME, DB_USER, DB_PASSWORD before connecting. You can also paste the ready-made client config above.
07 · Alternatives to Memory Vault
Alternatives to Memory Vault
Maintained memory servers if Memory Vault isn't the fit.
- Codebase Memory Codebase knowledge graph for AI agents - 159 languages, sub-ms queries, 99% fewer tokens. ★ 40,198 · 2026-08-23
- Tradememory Protocol MCP memory for AI trading agents. Store trades, recall similar setups, track strategy performance. ★ 1,412 · 2026-08-11
- Superlog Open-source agent that observes and fixes your application. Query logs, traces, metrics, incidents. ★ 1,394 · 2026-08-23
- Persome Local-first personal memory and model server for trusted MCP agents on macOS. ★ 1,314 · 2026-08-21
- Neo4j Memory MCP Neo4j Knowledge Graph Memory Server ★ 979 · 2026-04-10
- Projectmem Local-first memory + judgment layer for AI coding agents - warns before repeating failed fixes. ★ 750 · 2026-08-06
Pairs well with
Servers that cover what Memory Vault doesn't - only shown when the pairing reason fits the companion.
More memory MCP servers · Aimeat · Mnemoverse Memory · Brain - The Recorder · Open Zk Kb
More Python MCP servers · Codebase Index · Mimer MCP · Tooluniverse · Agenticorg · Paper Banana CN · see all