Skip to main content
📖 The AI Tool Bible

claude-mem

Persistent, cross-agent memory for Claude Code and other coding assistants

Freemium· claude-mem (open-source): Free (Apache-2.0) / CMEM Cloud: $20 per month / Team: $333 per seat/month (3-50 seats, includes Forward Deployed Engineer support)AgentsModel-agnostic — works with the models used by the connected agent (Claude, GPT, Gemini, etc.) via MCP
Visit website →
Best for

Solo developers and small engineering teams heavily using Claude Code, Cursor, or other MCP-based coding agents who want persistent, searchable context that survives across sessions, machines, and even different agent vendors.

Skip if

Non-technical users, teams that do not use MCP-compatible agents, or organisations with strict data-residency rules that cannot self-host the open-source engine instead of using CMEM Cloud.

claude-mem (paired with the managed CMEM Cloud service at cmem.ai) is an agent memory layer that captures the observations, decisions, and dead ends produced during coding-agent sessions and makes them queryable later, across machines, IDEs, and different agents. The open-source engine runs locally, writes structured memories to a local vector store, and exposes them to any Model Context Protocol (MCP) client; the optional cloud service syncs those memories through a private MCP link so context follows the developer between Claude Code, Cursor, ChatGPT, Gemini, and CLI agents without manual re-briefing. It is aimed at individual engineers who want their agent to remember prior architecture choices and gotchas, and at small teams who want shared, scoped memory plus routing of relevant context ('brainbeats') to the right team member. Typical workflows include: bootstrapping a new session on a repo with the previous run's decisions already loaded, sharing a rediscovered bug workaround with a teammate's next agent invocation, running semantic search over months of temporal notes, and viewing a live mobile dashboard of what agents are learning. It ships with an offline-first architecture, eleven bundled skills, per-project/per-member scoping, and Stripe-based checkout for the paid tiers. The open-source component is on GitHub under Apache-2.0, so self-hosting the memory engine without ever touching the cloud is a supported path.

Editor's take

This is one of the more thoughtful takes on agent memory I have seen: an open-source local engine plus an optional cloud sync, rather than a walled SaaS. If you already run Claude Code or Cursor daily, the $20/month tier is easy to justify; if you don't, the free self-hosted path is still worth wiring in. The team tier's pricing is aggressive and probably only makes sense once shared context is genuinely a bottleneck.

— The AI Tool Bible editorial team

Pros

  • Open-source core (Apache-2.0) means the memory engine can be self-hosted and audited
  • Cross-agent by design via MCP — memories carry across Claude Code, Cursor, ChatGPT, Gemini, and other MCP clients
  • Offline-first with a local vector store, so nothing has to leave the machine unless cloud sync is enabled
  • Structured capture of observations, decisions, and dead ends is more useful than raw transcript logging
  • Scoped memory per project and per team member avoids the usual 'one giant global memory' contamination
  • Includes 11 bundled skills and a live mobile dashboard out of the box

Cons

  • ⚠️ Value depends on the user already living inside MCP-capable coding agents — casual chat users get little from it
  • ⚠️ Team plan at $333/seat/month is a steep jump from the $20 individual tier
  • ⚠️ Branding is split between claude-mem, CMEM, and cmem.ai, which makes docs and pricing harder to navigate
  • ⚠️ Memory quality is only as good as what the agent chooses to record — noisy sessions can pollute future context
  • ⚠️ Cloud sync introduces a trust boundary that some enterprises will need to review before adopting

Use cases

Persistent memory for Claude Code sessionsCross-IDE context sharing via MCPSemantic search over past agent decisionsTeam knowledge routing between engineersRecording architectural decisions and dead endsSelf-hosted local memory store for coding agentsMobile dashboard for agent activityScoped per-project agent memory

Explore related

Compare with similar tools

All in Agents

LangGraph

Featured
Agents · BYO (Claude / GPT / open)
8.8

Stateful, graph-based agent orchestration from LangChain.

Freemium· Developer: $0 / seat per month · Plus: $39 / seat per month · Enterprise: Custom pricingstateful agentshuman-in-loop

CrewAI

Featured
Agents · BYO (Claude / GPT / open)
8.4

Python framework for multi-agent orchestration.

Freemium· Basic: Free · Enterprise: Custommulti-agentorchestration

Ernie Bot

Agents · Baidu ERNIE 4.0 / ERNIE X1 / ERNIE Turbo (in-house)
8.7

Baidu's Mandarin-first ChatGPT rival, powered by the ERNIE model family

Freemium· Free tier for Ernie 3.5 access; Ernie 4.0 and premium features require a paid subscription (approximately CNY 59.9/month for individual plans); enterprise API pricing via Baidu AI Cloud Qianfan platform is metered per 1K tokens.Mandarin content writing and marketing copyChinese-language document Q&A and summarisation

Moveworks

Agents · Orchestrates multiple enterprise-ready LLMs (undisclosed mix, historically including OpenAI GPT and in-house models via its Reasoning Engine)
8.7

The enterprise AI assistant that searches, answers, and takes action across your business systems

Enterprise· Enterprise-only pricing; no public tiers. Quoted per organization based on employee count, integrations, and agent scope. Contact sales for a quote.IT service desk ticket deflectionHR policy Q&A and self-service

AWS Bedrock

Agents · Multi-model: Anthropic Claude, Meta Llama, Mistral, Cohere, AI21, Amazon Nova/Titan, DeepSeek, Stability, OpenAI GPT
8.6

Build and scale generative AI applications with foundation models

Paid· Pay-as-you-go per 1K input/output tokens per model; on-demand, batch, and provisioned throughput tiers. New AWS accounts get up to $200 in credits. Enterprise agreements via AWS.Enterprise RAG chatbot over private documentsMulti-step tool-using agents via AgentCore

Claude Agent SDK

Agents · Claude Opus / Sonnet
8.6

Anthropic's official SDK for building autonomous Claude agents.

Free· Free SDK; API usage billed at Claude ratesClaude agentstool use