v1.0.0 - Initial Release
Mem0-Redis Hybrid MCP Server v1.0.0
π Initial Release
The first stable release of the Mem0-Redis Hybrid MCP Server, combining the power of Redis caching with Mem0 cloud storage for optimized memory management.
β¨ Features
- Two-tier caching system (L1 hot data, L2 warm data)
- Async memory processing with job queue
- Smart cache invalidation via pub/sub
- Keyword-based search with relevance scoring
- Background sync for cache warming
- Graceful degradation when Redis unavailable
π§ Integrations
- Claude Code MCP server
- Gemini CLI with memory context
- LangChain memory backend
- OpenAI Assistant enhancement
- Shell aliases for quick access
π¦ Installation
git clone https://github.com/n3wth/mem0-redis-hybrid.git
cd mem0-redis-hybrid
npm installπ Quick Start
-
Set environment variables:
MEM0_API_KEYMEM0_USER_IDREDIS_URL
-
Add to Claude Code MCP settings
-
Restart Claude Code
See README for detailed integration instructions.
π Documentation
Full documentation available in the README
Full Changelog: https://github.com/n3wth/mem0-redis-hybrid/commits/v1.0.0