When you need to recall previous context:
- •
Use
mcp__snipara__rlm_recallwith:- •
query: What you're looking for (e.g., "authentication decisions") - •
type: Optional filter (fact, decision, learning, preference, todo, context) - •
limit: 5-10 results
- •
- •
For browsing all memories, use
mcp__snipara__rlm_memories - •
Always recall at session start with: rlm_recall("session context previous work")
Examples:
- •Start of session → rlm_recall("last session context")
- •"What did we decide about OAuth?" → rlm_recall("OAuth decision", type="decision")
- •"Where was I in the implementation?" → rlm_recall("implementation progress", type="context")