Searches and retrieves stored memories, patterns, and architectural decisions from the Erinra MCP server.
Memory Recall is a sophisticated retrieval skill for the decaf-memory plugin that allows Claude to access persistent project context and historical knowledge. By interfacing with the Erinra MCP server, it enables developers to surface previously stored code patterns, configuration details, and user preferences using natural language queries. This skill is essential for maintaining continuity across development sessions, allowing the AI to leverage specific organizational knowledge such as retry policies, timeout settings, or project-specific implementation standards.
Key Features
01Full content retrieval for detailed viewing of stored entries
02Time-based retrieval for recently created or updated context
03Relationship mapping to explore incoming and outgoing memory links
04Advanced filtering by project, tags, and memory type
05Semantic search for stored memories and technical patterns
060 GitHub stars
Use Cases
01Browsing recent project updates and documented patterns during onboarding
02Retrieving previously documented architectural decisions or user preferences
03Finding specific implementation patterns like Polly retry policies or HttpClient configurations