-
-
Notifications
You must be signed in to change notification settings - Fork 85
Home
Henry edited this page Aug 23, 2025
·
14 revisions
Transform your AI interactions with persistent, searchable memory.
MCP Memory Service is a powerful Model Context Protocol server that gives AI assistants like Claude perfect memory of your conversations, decisions, and development work. Build a personal knowledge base that grows smarter over time.
New to MCP Memory Service? Get up and running in minutes:
# Clone and install
git clone https://github.com/doobidoo/mcp-memory-service.git
cd mcp-memory-service
python install.py
# Start the service
uv run memory server
# Store important information
"Remember that we use JWT tokens with 24-hour expiration for authentication"
# Search your memories
"What did we decide about the database schema yesterday?"
# Recall by time
"Show me what we worked on last week"
# Enable automatic memory awareness
cd claude-hooks
cp config.template.json config.json
# Edit config.json with your settings
node test-hooks.js
✅ Ready! Claude Code now has perfect memory of your project context.
Essential guides to get you productive quickly:
Guide | Description |
---|---|
Installation Guide | Complete setup for all platforms and backends |
Platform Setup Guide | Windows, macOS, Linux optimization |
Integration Guide | Claude Desktop, Claude Code, VS Code + 13 tools |
For power users and complex deployments:
Guide | Description |
---|---|
Advanced Configuration | Integration patterns, best practices, workflows |
Performance Optimization | Speed up queries, optimize resources, scaling |
Development Reference | Claude Code hooks, API reference, debugging |
When you need answers:
Resource | Description |
---|---|
Troubleshooting | Common issues and solutions |
FAQ | Frequently asked questions |
Examples | Practical code examples and workflows |
- Project Context: Never lose track of architectural decisions
- Bug Tracking: Remember solutions to similar problems
- Code Reviews: Build institutional knowledge
- Learning: Track new technologies and patterns
- Knowledge Sharing: Distribute expertise across team members
- Decision History: Maintain context for future team members
- Best Practices: Evolve coding standards organically
- Onboarding: Help new members understand project history
- Persistent Context: AI remembers your preferences and patterns
- Better Responses: More relevant suggestions based on history
- Project Awareness: AI understands your specific codebase
- Continuous Learning: Build up domain-specific knowledge
┌─────────────────┐ ┌─────────────────┐ ┌─────────────────┐
│ AI Clients │ │ MCP Memory │ │ Storage │
│ │ │ Service │ │ Backends │
├─────────────────┤ ├─────────────────┤ ├─────────────────┤
│ Claude Desktop │◄──►│ MCP Protocol │◄──►│ SQLite-vec │
│ Claude Code │ │ HTTP/HTTPS API │ │ ChromaDB │
│ VS Code │ │ Memory Manager │ │ Cloudflare │
│ Custom Apps │ │ Search Engine │ │ Custom Backend │
└─────────────────┘ └─────────────────┘ └─────────────────┘
Key Features:
- 🧠 Semantic Search: Find information by meaning, not just keywords
- 🏷️ Smart Tagging: Organize memories with flexible tag systems
- ⚡ High Performance: Sub-second search with optimized backends
- 🔐 Secure: Local storage with optional encryption and auth
- 🔌 Extensible: MCP protocol + REST APIs for any integration
- Installation issues? → Installation Guide
- Can't find something? → FAQ
- Service not working? → Troubleshooting
- Need examples? → Examples
- GitHub Issues: Report bugs
- Discussions: Ask questions
- Contribute: Pull requests welcome
- ✅ Documentation Revolution: Streamlined guides, better navigation
- ✅ Claude Code Memory Awareness: Automatic project context loading
- ✅ Performance Improvements: Faster search, better resource usage
- ✅ Enhanced Security: Improved API authentication and HTTPS support
- 🔄 Real-time Collaboration: Share memories across team members
- 🤖 AI-Powered Insights: Automatic pattern recognition and suggestions
- 📊 Advanced Analytics: Usage patterns and knowledge mapping
- 🌐 Cloud Sync: Optional cloud backup and sync capabilities
Ready to supercharge your AI interactions? Pick a guide above and start building your intelligent memory system today!