/recall
Search Claude's persistent memory.
Usage: /recall <query>
Behavior
- •Parse the query after "/recall"
- •Detect current project context (derive project ID from git remote)
- •Call
mcp__claude-memory__memory_searchwith:- •query: the user's search query
- •scope: "all" (searches both project-scoped and global memories)
- •project: detected project ID
- •maxResults: 10
- •minScore: 0.3
- •Display results formatted as:
- •Score (relevance percentage)
- •Content (truncated to ~200 chars if long)
- •Tags
- •Source and creation date
- •If no results found, suggest broadening the query
Output Format
For each result, display:
code
[{score}%] {content_preview}
Tags: {tags} | Source: {source} | Stored: {createdAt}
Examples
- •
/recall coding conventions→ returns stored conventions - •
/recall auth→ returns authentication-related memories - •
/recall what database→ returns database-related memories