🧠 Memory MCP Server
Persistent memory and context window caching for LLM conversations. Save, retrieve, and manage memories with intelligent context archiving. MongoDB-backed storage.
An MCP (Model Context Protocol) server that provides memory management and context window caching for AI coding environments like Cursor and Claude Desktop.
Why Use Memory MCP?
- 💾 Persistent Storage – MongoDB-backed memory that survives sessions
- 🧠 Context Caching – Intelligent archiving and retrieval of conversation context
- 🏷️ Tag-based Search – Organize and find memories by tags
- 📊 Relevance Scoring – Automatically score archived content relevance
- ⚡ Easy Setup – One-click install in Cursor or simple manual setup
Quick Start
Ready to add memory to your AI workflow? Install in seconds:
Install in Cursor (Recommended):
🔗 Install in Cursor
Or install manually:
npm install -g @jamesanz/memory-mcp
# Or from source:
git clone https://github.com/JamesANZ/memory-mcp.git
cd memory-mcp && npm install && npm run build





