Skip to content
Henry edited this page Aug 23, 2025 · 14 revisions

MCP Memory Service Wiki

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.


🚀 Quick Start

New to MCP Memory Service? Get up and running in minutes:

1. Install & Setup

# 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

2. Basic Usage

# 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"

3. Claude Code Integration

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


📚 Documentation

Core Guides

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

Advanced Topics

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

Help & Reference

When you need answers:

Resource Description
Troubleshooting Common issues and solutions
FAQ Frequently asked questions
Examples Practical code examples and workflows

🎯 Common Use Cases

For Developers

  • 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

For Teams

  • 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

For AI Interactions

  • 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

🏗️ Architecture Overview

┌─────────────────┐    ┌─────────────────┐    ┌─────────────────┐
│   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

🚦 Getting Help

Quick Support

Community & Support


📈 What's New

Latest Features (v6.4.0)

  • 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

Coming Soon

  • 🔄 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!

Clone this wiki locally