From mempalace
Recall protocol that searches the MemPalace memory store before answering questions about past work, decisions, people, or projects. Handles empty results, MCP errors, and index corruption.
How this skill is triggered — by the user, by Claude, or both
Slash command
/mempalace:mempalace-recallThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Search-before-answer protocol for MemPalace. Read the user's memory
Search-before-answer protocol for MemPalace. Read the user's memory
palace before answering anything that may already be filed there,
instead of guessing from model memory. This complements the mempalace
skill (install / mine / status); this one covers recall only.
mempalace --version
If the mempalace_* MCP tools are not available, tell the user the
server is not connected and point them at the mempalace skill or
/init. Do not silently fall back to answering from model memory.
Search the palace before answering whenever the user asks about something that may be filed:
Skip recall for pure greenfield work with no memory relevance (renaming a variable, fixing a typo). Recall is question-driven, not reflexive.
mempalace_search first. Use mempalace_kg_query
for relational or time-bound facts.mempalace_diary_write (skip if a background hook already saved).mempalace_kg_invalidate the old fact, then
mempalace_kg_add the new one.mempalace status or re-running /init; never fall back to guessing.chroma.sqlite3 but the rows are intact. Tell the user to stop the
server and rebuild from SQLite (mempalace repair --mode from-sqlite --archive-existing --yes), not re-mine, which drops MCP-added drawers
and diary entries (#1843). Do not repair in-process.The canonical protocol, shared across all MemPalace integrations, lives
in integrations/shared/recall-protocol.md.
npx claudepluginhub p/ahmedfawzy8866-mempalace-claude-plugin8plugins reuse this skill
First indexed Jul 18, 2026
Showing the 6 earliest of 8 plugins
Recall protocol that searches the MemPalace memory store before answering questions about past work, decisions, people, or projects. Handles empty results, MCP errors, and index corruption.
Recalls decisions, patterns, and surprises from a MemPalace memory system before planning, integrating with configurable modes and transports.
Searches and navigates stored knowledge in memory palaces using multi-modal queries (spatial, semantic, sensory, associative, temporal). Cross-references concepts across palaces.