Skip to content

v1.0.0 - Initial Release

Choose a tag to compare

@n3wth n3wth released this 13 Sep 19:37
· 201 commits to main since this 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

  1. Set environment variables:

    • MEM0_API_KEY
    • MEM0_USER_ID
    • REDIS_URL
  2. Add to Claude Code MCP settings

  3. 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