MCP Server
MCP
Hindsight MemPalace
Self-hosted long-term memory for AI agents over MCP — hierarchical recall backed by pgvector
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "hindsight-mempalace-mcp",
"version": "1.0.0",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Base URL of the Hindsight API (self-hosted). Defaults to http://127.0.0.1:5100.",
"default": "http://127.0.0.1:5100",
"name": "HINDSIGHT_URL"
},
{
"description": "Default memory bank ID for retain/recall.",
"default": "mempalace-main",
"name": "MEMPALACE_BANK"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment