Highlights - Mem0

Documentation Index

Fetch the complete documentation index at: /llms.txt

Use this file to discover all available pages before exploring further.


2026-07-13

TypeScript provider expansion

TypeScript OSS SDK: 26 New Providers, Reranking, and Zero-Dependency Imports TypeScript SDK v3.1.0 is the largest provider release for the OSS SDK so far, closing most of the remaining gap with the Python SDK. Python SDK v2.0.12 ships alongside it with fixes and security patches.

See SDK & Tools for version details and PR links.


2026-06-27

SDK memory expiration

SDK Memory Expiration: Expiring Memories Across Python and TypeScript The latest SDK releases add first-class expiration controls to memory writes, updates, and reads, plus new TypeScript provider coverage for production deployments.

See SDK & Tools for version details and PR links.


2026-06-25

Mem0 Plugin v0.2.11

Mem0 Plugin: Shared Memory for Claude Code, Cursor, Codex, and Antigravity The shared Mem0 editor plugin is current through v0.2.11:


2026-06-25

Antigravity Plugin v0.1.3

Antigravity Plugin: Mem0 for Google Antigravity Antigravity support in the shared Mem0 editor plugin family is current through v0.1.3:


2026-06-22

OpenCode Plugin v0.2.0

OpenCode Plugin: Native SDK Memory Tools for OpenCode @mem0/opencode-plugin adds memory to OpenCode and is current through v0.2.0:


2026-06-12

Pi Agent Plugin v0.1.2

Pi Agent Plugin: Persistent Memory for Pi Agent @mem0/pi-agent-plugin adds semantic memory to Pi Agent and has been updated through v0.1.2:


2026-06-12

OpenClaw v1.0.13

OpenClaw Plugin: Current Memory Backend for OpenClaw @mem0/openclaw-mem0 is current through v1.0.13, with the original production-ready memory backend plus newer setup, security, and runtime work:


2026-06-10

Vercel AI SDK Provider v3.0.0

Vercel AI SDK Provider: Memory-Augmented Generation for AI SDK v6 The Vercel AI SDK provider moved to the v6 provider contract and Mem0 v3 APIs:


2026-05-13

Temporal Reasoning for Mem0 Platform v3

Temporal Reasoning: Time-Aware Retrieval for Platform v3 Mem0 Platform v3 can now interpret time-aware memories and queries so assistants retrieve the right information for questions about the past, upcoming plans, and current state.

See Temporal Reasoning for usage details.


2026-05-08

Memory Decay

Memory Decay: Recently-Used Memories Surface Higher Per-project search-time ranking bias that boosts recently-touched memories and gently dampens stale ones. Off by default; opt in per project via the decay field on the project endpoint, or via client.project.update(decay=True) in the SDKs (Python v2.0.2 / TypeScript v3.0.3).


2026-04-14

Mem0 SDK v2.0.0 / v3.0.0

New Memory Algorithm: State-of-the-Art Accuracy at ~3-4x Lower Cost Ground-up rewrite of the memory pipeline with 20+ point benchmark improvements:

Breaking changes: external graph stores removed from OSS (replaced by built-in graph memory), search() defaults changed, deprecated params removed. See migration guide.


2026-04-06

Mem0 Skill Graph

Mem0 Skill Graph: In-Context Documentation for AI Agents AI coding agents in Claude Code, Cursor, and Codex can now access Mem0 knowledge directly in their workflow without leaving the editor. Three interconnected skills launched:


2026-04-06

Mem0 CLI v0.2.2

Official Mem0 CLI: Now on PyPI and npm A full-featured command-line interface for Mem0, available in both Python and Node.js:


2026-03-21

New Providers

Apache AGE, Turbopuffer, MiniMax, and pgvector for Node.js Major expansion of the provider ecosystem:


2026-03-14

Mem0 Platform Skill

Mem0 Platform Skill on skills.sh First skill launch: a dedicated Mem0 skill providing platform API reference, quickstart patterns, and integration examples directly inside agent sessions. Available on skills.sh for any compatible AI coding agent.