Hindsight MemPalace runs on your own machine — the client starts it, so there is no endpoint to ping. 27 installs a week from npm. Last commit 27 Jun 2026.
Self-hosted long-term memory for AI agents over MCP — hierarchical recall backed by pgvector
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"
}
}
}
Answers built from our own checks of this server.