🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

hindsight-mempalace-mcp

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hindsight-mempalace-mcp

Standalone MCP server for Hindsight MemPalace — hierarchical AI memory with Rooms, Halls, Layers, Closets, and Tunnels

latest
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

Hindsight MemPalace MCP Server

Standalone MCP server that exposes Hindsight MemPalace memory tools to any MCP-compatible client (Claude Code, OpenClaw, etc).

Tools

ToolDescription
memory_retainSave memories with room/hall/layer classification
memory_recallScoped semantic search with room filtering
memory_reflectDeep reasoning + synthesis over stored memories
memory_compressCreate closet summaries from accumulated facts
memory_bridgeCross-bank tunnels between related memories

Quick Start

cd mcp-server
npm install
HINDSIGHT_URL=http://localhost:5100 node server.js

Claude Code

Add to ~/.claude/mcp.json:

{
  "mcpServers": {
    "mempalace": {
      "command": "node",
      "args": ["/path/to/mcp-server/server.js"],
      "env": {
        "HINDSIGHT_URL": "http://localhost:5100",
        "MEMPALACE_BANK": "my-agent-bank"
      }
    }
  }
}

Environment Variables

VariableDefaultDescription
HINDSIGHT_URLhttp://127.0.0.1:5100Hindsight API base URL
MEMPALACE_BANKmempalace-mainDefault memory bank ID

MemPalace Taxonomy

Rooms (topics): auth, pipeline, schema, infrastructure, ui, api, deployment, monitoring, agent, general

Halls (knowledge types): fact, event, decision, preference, discovery, procedure, warning

Layers (priority):

  • L0 — Critical (always recalled)
  • L1 — Important (recalled by default)
  • L2 — Normal (default for new memories)
  • L3 — Archive (deep search only, compressed into closets)

Keywords

mcp

FAQs

Package last updated on 27 Jun 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts