Persistent memory across Claude conversations with multi-project support, automatic importance scoring, and tag-based organization. Production-ready with 400+ tests.
Documentation
Extended Memory MCP
Quick Start# Requirements
Python 3.8+
Desktop Claude app
Step 1: Installation## Option A: Install from PyPI (Recommended)
pip install extended-memory-mcp
```\n\n#### Option B: Install from Source (Development)
```bash
git clone https://github.com/ssmirnovpro/extended-memory-mcp.git
cd extended-memory-mcp
pip install -e ".[dev]"
```\n\n### Step 2: Desktop Claude App Configuration
**Edit your Desktop Claude app MCP configuration:**
1. Open Desktop Claude app
2. Go to **Settings** → **Developer** → **Edit Config**
3. Add the Extended Memory MCP server to your configuration
**Configuration:**
```json
{
"mcpServers": {
"extended-memory": {
"command": "python3",
"args": ["-m", "extended_memory_mcp.server"],
"env": { "LOG_LEVEL": "INFO" }
}
}
}
```\n\n### Step 3: Additional Installation Options## Install with Redis Support
```bash
pip install extended-memory-mcp[redis]
```\n\n### Privacy & Local Storage
**Extended Memory MCP is a "dumb" storage client** - your data remains completely local and private: - ✅ **No cloud sync** - All data stored on your machine only - ✅ **No analysis** - Data is stored as-is without processing or analysis - ✅ **No telemetry** - Zero external communication or data collection - ✅ **Full control** - You own and control all memory data