mcp-memory-service
Universal MCP memory service with semantic search, multi-client support, and autonomous consolidation for Claude Desktop, VS Code, and 13+ AI applications
GitHub Stars
671
User Rating
Not Rated
Favorites
0
Views
510
Forks
93
Issues
3
Installation
Difficulty
IntermediateEstimated Time
10-20 minutes
Installation
Installation
Prerequisites
Python: 3.6 or higher
ChromaDB: Latest version
Installation Steps
1. Clone Repository
bash
git clone https://github.com/doobidoo/mcp-memory-service.git
cd mcp-memory-service
2. Create and Activate Virtual Environment
bash
python -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
3. Run Installation Script
bash
python install.py
Troubleshooting
Common Issues
Issue: Installation fails Solution: Check your Python version and ensure dependencies are installed correctly.Additional Resources
Related MCPs
todo-txt-mcp
3
The Todo.txt MCP Server is a powerful Model Context Protocol server that connects your todo.txt files to AI assistants. It allows you to manage your todo list using natural language while maintaining the simplicity and portability of the todo.txt format. You can create, update, and delete tasks with AI assistance, and it provides statistics and insights about your productivity. It also integrates seamlessly with existing todo.sh setups.