recall
Installation
SKILL.md
Cross-Session Recall
Search across all past conversations and memory to find context from any previous session.
Search Strategy (3-Layer)
Layer 1: claude-mem Semantic Search (Fastest, Most Relevant)
Use the mcp__plugin_claude-mem_mcp-search__search tool:
search(query="<user's search term>", limit=10)
Then fetch details for matching IDs:
get_observations([id1, id2, ...])
This searches the vector-indexed semantic memory (ChromaDB) for conceptually similar content.