Skip to main content
2026-04-06
Mem0 Skill Graph
Mem0 Skill Graph — In-Context Documentation for AI AgentsAI coding agents in Claude Code, Cursor, and Codex can now access Mem0 knowledge directly in their workflow — no doc searching required. Three interconnected skills launched:
  • mem0 Core Skill — Complete Python and TypeScript SDK reference, REST API patterns, and integration guides for LangChain, CrewAI, Autogen, and more
  • mem0-cli Skill — Terminal command reference, configuration walkthroughs, and CI/CD recipes
  • mem0-vercel-ai-sdk Skill — Vercel AI SDK provider API, memory-augmented generation patterns, and multi-provider setup
2026-04-06
Mem0 CLI v0.2.2
Official Mem0 CLI — Now on PyPI and npmA full-featured command-line interface for Mem0, available in both Python and Node.js:
  • Install: pip install mem0-cli or npm install -g @mem0/cli
  • Full command suiteadd, search, list, get, update, delete, import, config, init, status, entity, event
  • Interactive setupmem0 init with email verification or direct API key entry
  • Works everywhere — Platform (Mem0 Cloud) and self-hosted OSS modes
  • Scriptable--json flag for CI/CD pipelines and automation
  • Dual SDK — Same commands, same experience across Python and Node.js
2026-04-04
OpenClaw v1.0.4
OpenClaw Plugin — Production-ReadyThe OpenClaw Mem0 plugin went from initial release to production-ready in one week (v1.0.0 → v1.0.4):
  • Skills-based memory architecture — New extraction pipeline with skill-loader, batched extraction, and domain-aware memory triage
  • Dream gate — Automatic memory consolidation during idle periods for higher-quality long-term recall
  • Interactive CLIopenclaw mem0 init, status, config, import, and event commands
  • Unified tool namingmemory_add and memory_delete replace 4 legacy tools, matching the platform API
  • Security hardened — Path traversal protection, pinned dependencies, 329 tests across 10 files
2026-04-02
Mem0 Plugin for AI Editors
Mem0 Plugin for Claude Code, Cursor, and CodexLaunched a unified Mem0 plugin across three major AI development environments — Claude Code and Cursor first (March 25), then Codex (April 2):
  • 9 MCP memory tools — add, search, get, update, delete, bulk delete, entity management via mcp.mem0.ai
  • Lifecycle hooks — Automatic memory capture at session start, context compaction, task completion, and session end
  • Cloud MCP server — Managed endpoint replaces local MCP and Smithery setup
  • Streamable HTTP transport — New MCP transport protocol for real-time streaming
  • Codex-specific skill — Dedicated skill in mem0-plugin/skills/mem0-codex for Codex workflows
2026-03-21
New Providers
Apache AGE, Turbopuffer, MiniMax, and pgvector for Node.jsMajor expansion of the provider ecosystem:
  • Apache AGE — New graph store support, bringing the total to 4 graph store backends (Neo4j, Memgraph, Kuzu, Apache AGE)
  • Turbopuffer — New vector database provider for Python SDK
  • MiniMax — New LLM provider with dedicated AWS Bedrock support
  • pgvector for Node.js — PostgreSQL vector support added to the TypeScript OSS SDK
  • Reasoning modelsreasoning_effort parameter for OpenAI o1/o3-style models
2026-03-14
Mem0 Platform Skill
Mem0 Platform Skill on skills.shFirst 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.