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
Intermediate
Estimated 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