Skip to main content
ClaudeWave

SimpleMem: Efficient Lifelong Memory for LLM Agents — Text & Multimodal

Subagents3.5k stars360 forksPythonMITUpdated 22d ago
Editor's note

SimpleMem is a Python library and MCP server that gives LLM agents persistent, long-term memory across text, image, audio, and video modalities. Its three core components are SimpleMem (text memory with semantic lossless compression), Omni-SimpleMem (multimodal memory handling images, audio, and video alongside text), and EvolveMem, a self-evolving retrieval layer that uses an LLM-driven closed-loop diagnosis loop to discover new retrieval dimensions autonomously. All three are unified under a single `pip install simplemem` package with automatic backend routing via `from simplemem import SimpleMem`. The MCP server at mcp.simplemem.cloud connects directly to Claude Desktop and any other MCP-compatible client for text memory, while full multimodal support is available through direct Python integration. On the LoCoMo benchmark, Omni-SimpleMem achieves an F1 of 0.613, a 47 percent improvement over the previous best, and EvolveMem adds a further relative gain of 25.7 percent. Developers building agents, RAG pipelines, or long-horizon assistants that need cross-session recall across multiple media types are the primary audience.

ClaudeWave Trust Score
100/100
Verified
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Healthy fork ratio
  • Clear description
  • Topics declared
  • Documented (README)
Last scanned: 6/11/2026
Install as a Claude Code subagent
Method: Clone
Terminal
git clone https://github.com/aiming-lab/SimpleMem && cp SimpleMem/*.md ~/.claude/agents/
1. Clone the repository and copy the agent .md definitions into ~/.claude/agents (or .claude/agents inside a project).
2. Start a new Claude Code session to load the agents.
3. Delegate work to them with the Task/Agent tool or by name.

1 items in this repository

Store and retrieve conversation memories across sessions. Use when asked to 'remember this', 'save conversation', 'add to memory', 'what did we discuss about...', 'query memories', or 'import chat history'. Also use proactively to preserve important dialogue context and decisions.

Install
Use cases

Subagents overview

README preview not available. Visit the repo on GitHub for full documentation.
agentaudiocompressionknowledge-graphlifelong-memoryllmmcpmemorymultimodalpythonragretrievalsemantic-searchsimplememvideovision

What people ask about SimpleMem

What is aiming-lab/SimpleMem?

+

aiming-lab/SimpleMem is subagents for the Claude AI ecosystem. SimpleMem: Efficient Lifelong Memory for LLM Agents — Text & Multimodal It has 3.5k GitHub stars and was last updated 22d ago.

How do I install SimpleMem?

+

You can install SimpleMem by cloning the repository (https://github.com/aiming-lab/SimpleMem) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is aiming-lab/SimpleMem safe to use?

+

Our security agent has analyzed aiming-lab/SimpleMem and assigned a Trust Score of 100/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.

Who maintains aiming-lab/SimpleMem?

+

aiming-lab/SimpleMem is maintained by aiming-lab. The last recorded GitHub activity is from 22d ago, with 12 open issues.

Are there alternatives to SimpleMem?

+

Yes. On ClaudeWave you can browse similar subagents at /categories/agents, sorted by popularity or recent activity.

Deploy SimpleMem to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: aiming-lab/SimpleMem
[![Featured on ClaudeWave](https://claudewave.com/api/badge/aiming-lab-simplemem)](https://claudewave.com/repo/aiming-lab-simplemem)
<a href="https://claudewave.com/repo/aiming-lab-simplemem"><img src="https://claudewave.com/api/badge/aiming-lab-simplemem" alt="Featured on ClaudeWave: aiming-lab/SimpleMem" width="320" height="64" /></a>

More Subagents