remember-me
If you are the rightful owner of remember-me and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Remember Me is a persistence framework for maintaining conversational context and rules in MCP-based language model applications.
Remember Me is an MCP server designed to persist chat artifacts and rules. It provides a robust framework for storing, retrieving, and managing different types of persistent resources, such as rules, snippets, and summaries. The system uses SQLite for persistence and offers a comprehensive API for managing these resources across different contexts. The architecture includes core components like MyContext, PersistentResource, and Backup, which facilitate the management of context states and resources. The data model ensures resources are stored with attributes like context, key, content, and type. The rules system is structured with policy frameworks like MUST, MUST NOT, SHOULD, SHOULD NOT, and MAY, guiding interaction parameters. The API supports context, rule, snippet, and summary management, making it versatile for various applications.
Features
- Persistence Framework: Uses SQLite for storing chat artifacts and rules.
- Comprehensive API: Offers extensive management capabilities for rules, snippets, and summaries.
- Structured Rules System: Implements a policy framework for interaction guidelines.
- Backup System: Allows creating and restoring context states.
- Context Management: Supports loading and managing multiple contexts.