MCP server to persist chat artefacts and rules
Overview
What is Remember Me?
Remember Me is a persistence framework designed to maintain conversational context and rules in MCP-based language model applications. It allows for the storage and management of chat artifacts, including rules, snippets, and summaries.
How to use Remember Me?
To use Remember Me, install the package, run the MCP server, and connect it to your language model platform. You can then load contexts, manage rules, snippets, and summaries through the provided API.
Key features of Remember Me?
- Persistent storage of chat artifacts and rules
- Comprehensive API for context and resource management
- Backup and restore functionality for context states
Use cases of Remember Me?
- Maintaining context in conversational AI applications
- Storing reusable code snippets for chatbots
- Preserving important summaries from user interactions
FAQ from Remember Me?
- What types of resources can Remember Me store?
Remember Me can store rules, snippets, and summaries related to conversations.
- Is Remember Me compatible with all language models?
Yes! Remember Me is designed to work with any MCP-based language model.
- How do I back up my context?
You can create a backup using the
my_context_backup_create()API call.