Hindsight MemPalace runs on your own machine — the client starts it, so there is no endpoint to ping. 23 installs a week from npm.
Self-hosted long-term memory for AI agents over MCP — hierarchical recall backed by pgvector
The linked repository no longer exists on GitHub — it was deleted or made private.
Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add hindsight-mempalace -- npx -y hindsight-mempalace-mcp
{
"mcpServers": {
"hindsight-mempalace": {
"args": [
"-y",
"hindsight-mempalace-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.hindsight-mempalace]
command = "npx"
args = ["-y", "hindsight-mempalace-mcp"]
{
"mcpServers": {
"hindsight-mempalace": {
"args": [
"-y",
"hindsight-mempalace-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"hindsight-mempalace": {
"args": [
"-y",
"hindsight-mempalace-mcp"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
HINDSIGHT_URL (Base URL of the Hindsight API (self-hosted). Defaults to http://127.0.0.1:5100.), MEMPALACE_BANK (Default memory bank ID for retain/recall.).
The author declared them in the registry entry; get the values from the project itself.
RAG memory for LLM agents over Garnet Vector Sets: store text as embeddings, recall by meaning.
Shared cross-LLM long-term memory over MCP: semantic recall, sessions, and media (pgvector).
Graph + vector memory for agents: recall, ingest, search, distill. Local or remote backend.
Local-first AI memory layer with hybrid search. Postgres + pgvector. Self-hosted, MIT.
Persistent knowledge memory for AI agents. Hybrid search, code graph, pgvector.
Persistent semantic memory for AI agents using local ChromaDB vector search. No cloud required.
Local-first memory for coding agents — MCP server, single SQLite file, local embeddings
Persistent memory and vector search for AI agents. Hosted, OAuth-protected via Google sign-in.
Answers built from our own checks of this server.