MCP server for Claude, enabling semantic memory and persistent storage
Top 62.7% on sourcepulse
This project provides an MCP server for Claude Desktop, enabling persistent semantic memory and long-term context storage. It targets users of Claude Desktop who need to manage conversational history and recall information across sessions, offering features like natural language recall and tag-based retrieval.
How It Works
The service leverages ChromaDB for persistent vector storage and sentence transformers for generating semantic embeddings. It processes natural language commands to store, retrieve, and manage memories, supporting semantic search, time-based recall, and tag-based filtering. The architecture is designed for cross-platform compatibility and includes hardware-aware optimizations.
Quick Start & Requirements
python install.py
. A Windows-specific installer (scripts/install_windows.py
) is available. Docker installation is also supported via docker-compose up
.Highlighted Details
Maintenance & Community
The project is maintained by doobidoo. Community support is available via Telegram.
Licensing & Compatibility
Limitations & Caveats
Windows users may face PyTorch installation issues, necessitating the use of the provided Windows-specific installation script or wrapper. Performance on CPU-only configurations may be limited without hardware acceleration.
15 hours ago
Inactive