Skip to content

MemoryMem0

mem0

Long-term memory layer for AI agents. Self-hostable.

Category
Memory
Pricing
FREEMIUM
Source
Open core
Hosting
Hybrid
Platforms
APICLI
Models
BYO key / model
Verified
Jun 21, 2026

Persistent memory store + retrieval pipeline for agent applications. Handles per-user/per-session/per-agent scope cleanly; pairs with OpenAI, Anthropic, and local models.

Capabilities 3

What it actually does — grouped by capability family.

  • MCP server (secondary capability)
  • Agent memory (primary capability)
  • Vector search (secondary capability)

Pros & cons

  • Quick to adopt, broad framework integrations
  • Stores distilled facts, small footprint
  • Vector + graph + key-value storage
  • Open-source with usable free tier
  • Weaker on temporal/state-change queries
  • LLM call on every write adds latency
  • Test deletion/conflict handling for regulated use
  • More library than full memory server

Tags

View all Memory
  • View Zep details
    MemoryFREEMIUM

    Zep

    Zep

    Temporal knowledge-graph memory for AI agents.

    Memory layer that gives agents long-term context by building a temporal knowledge graph from chat history and business data, tracking how facts evolve over time. It's powered by Graphiti, Zep's Apache-2.0 open-source temporal graph engine, with Zep Cloud offering a managed, credit-based service on top. Used to keep agent context relevant as conversations and data grow.

    Open-source Graphiti engine (Apache-2.0)
    Graph approach has learning curve
    • memory
    • agents
    • knowledge-graph
    • temporal
    • +1
  • View Letta details
    MemoryFREEMIUMOpen core

    Letta

    Letta

    Stateful agents with structured memory. Successor to MemGPT.

    Open-source framework for building stateful agents — memory blocks, context-window management, tool-use primitives baked in. Useful as a reference architecture for long-running agents.

    Self-editing agent memory
    Developer-focused, not no-code
    • memory
    • stateful
    • agents
    • open-source
  • View Memobase details
    MemoryFREEMIUMOpen core

    Memobase

    Memobase

    User profile-based long-term memory for LLM applications.

    Memobase gives AI apps persistent, per-user memory by distilling conversations into a structured user profile and a chronological event timeline, rather than storing raw transcript embeddings. It exposes Python, Node, and Go SDKs plus a REST API and an MCP server, and is open source (Apache-2.0) with a managed cloud option. Built on FastAPI, Postgres, and Redis for low-latency retrieval.

    Distills chats, not raw embeddings
    Smaller community than mem0/Zep
    • memory
    • agents
    • user-profile
    • personalization
    • +1
  • View Supermemory details
    MemoryFREEMIUMOpen core

    Supermemory

    Supermemory

    Memory API that gives any AI agent long-term recall.

    Supermemory is a memory and context engine for AI apps. It ingests documents, chat histories, and connector data (Drive, Gmail, Notion), turns them into a searchable store, and serves relevant context back to agents over a single API. It works with any model and ships an MCP server alongside official SDKs.

    MIT-licensed, self-host or managed
    Younger project, evolving API
    • agent-memory
    • rag
    • long-term-memory