Mempalace mempalace

MemPalace — mine projects and conversations into a searchable memory palace. Use when asked about mempalace, memory palace, mining memories, searching memories, or palace setup.

install
source · Clone the upstream repo
git clone https://github.com/MemPalace/mempalace
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/MemPalace/mempalace "$T" && mkdir -p ~/.claude/skills && cp -r "$T/.claude-plugin/skills/mempalace" ~/.claude/skills/mempalace-mempalace-mempalace && rm -rf "$T"
manifest: .claude-plugin/skills/mempalace/SKILL.md
source content

MemPalace

A searchable memory palace for AI — mine projects and conversations, then search them semantically.

Prerequisites

Ensure

mempalace
is installed:

mempalace --version

If not installed:

pip install mempalace

Usage

MemPalace provides dynamic instructions via the CLI. To get instructions for any operation:

mempalace instructions <command>

Where

<command>
is one of:
help
,
init
,
mine
,
search
,
status
.

Run the appropriate instructions command, then follow the returned instructions step by step.