← Back to Plugins
MCP Server MCP

Hindsight MemPalace

github By github 👁 1 views ▲ 0 votes

Self-hosted long-term memory for AI agents over MCP — hierarchical recall backed by pgvector

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...