关于
Memory implements the Model Context Protocol (MCP) to equip Large Language Models with persistent memory. It allows AI assistants to remember conversations and project context across sessions, recall user preferences and coding patterns, reference previous decisions, avoid hallucinating code, and prevent repeated failed approaches, ultimately enhancing the reliability and consistency of AI coding assistance.
主要功能
- Implements Model Context Protocol (MCP)
- Recalls user preferences for coding style
- Remembers project structures and conventions
- Avoids hallucinating code
- Long-term memory for LLMs
- 0 GitHub stars
使用案例
- Remembering project context across sessions
- Enhancing AI coding assistants with persistent memory
- Improving the reliability of LLMs in IDEs like Cursor