Search and recall relevant memories for the current context
Recalls relevant memories from your knowledge base based on current context, project, or recent work. Use when you need to reference past solutions, project details, or debugging history to inform your current task.
/plugin marketplace add verygoodplugins/mcp-automem/plugin install automem@verygoodplugins-mcp-automemPerform context-aware memory search:
Analyze Context:
Execute Recall:
Use mcp__memory__recall_memory with appropriate strategy:
Project Context (default):
mcp__memory__recall_memory({
query: "[user query or project context]",
tags: ["project-name"],
limit: 10
})
Recent Work:
mcp__memory__recall_memory({
tags: ["project-name"],
time_query: "last 7 days",
limit: 5
})
Debug Similar Errors:
mcp__memory__recall_memory({
query: "[error message keywords]",
tags: ["bug-fix"],
limit: 5
})
Present Results: Show memories with:
Present the information naturally, not as a database query result.