Add multimodal lifelong memory to MCP and Python agents with SimpleMem
Use SimpleMem to store, compress, index, and retrieve text or multimodal memories for agents through MCP or Python integrations.
Prerequisites
SimpleMem Python package or MCP server, MCP-capable client or Python agent runtime, source memory data, and configured model/embedding dependencies for the selected backend
Installation
Use the upstream install or setup path that matches your environment:
- git clone https://github.com/aiming-lab/SimpleMem.git
- pip install -r requirements.txt
- pip install -e . # default: text + multimodal + evolver
- pip install -e ".[server]" # + MCP / HTTP server (mcp, fastapi, ...)
Requirements and caveats from upstream:
- python
Basic usage or getting-started notes:
-
🚀 Quick Start • 🌟 Overview • 📦 Installation • 🔌 MCP Server • 📊 Reproduce • 📝 Citation
-
[01/20/2026] 📦 SimpleMem is now available on PyPI! Install via pip install simplemem. View Package Usage Guide →
-
Extracted from upstream docs: https://raw.githubusercontent.com/aiming-lab/SimpleMem/HEAD/README.md