Local-first AI memory layer with hybrid search. Postgres + pgvector. Self-hosted, MIT.
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
ghcr.io/mihaibuilds/memory-vault-mcp:1.2.1 · oci
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.MihaiBuilds/memory-vault",
"description": "Local-first AI memory layer with hybrid search. Postgres + pgvector. Self-hosted, MIT.",
"title": "Memory Vault",
"repository": {
"url": "https://github.com/MihaiBuilds/memory-vault",
"source": "github"
},
"version": "1.2.1",
"websiteUrl": "https://mihaibuilds.com",
"packages": [
{
"registryType": "oci",
"identifier": "ghcr.io/mihaibuilds/memory-vault-mcp:1.2.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "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)",
"isRequired": true,
"format": "string",
"name": "DB_HOST"
},
{
"description": "Postgres port",
"isRequired": true,
"format": "string",
"default": "5432",
"name": "DB_PORT"
},
{
"description": "Postgres database name",
"isRequired": true,
"format": "string",
"default": "memory_vault",
"name": "DB_NAME"
},
{
"description": "Postgres user with read/write access to the memory vault database",
"isRequired": true,
"format": "string",
"default": "memory_vault",
"name": "DB_USER"
},
{
"description": "Postgres password for DB_USER",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "DB_PASSWORD"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-08-18T14:35:51.303115Z",
"publishedAt": "2026-08-18T14:35:51.303115Z",
"updatedAt": "2026-08-18T14:35:51.303115Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 1.2.1last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.