VVibecodingHub.org
ToolsBlogShowcaseAboutContact
Submit a project
VVibecodingHub.org

A sharper home for people building with AI-assisted tools. Less directory sludge, more signal about what actually fits your stack.

support@vibecodinghub.org

Explore

Browse toolsRead the blogShowcaseSubmit a projectContact

Categories

IDEsIDE PluginsCLI ToolsBrowserModels

Legal

Privacy PolicyTerms of ServiceCookie PolicyVisit live site

© 2026 VibecodingHub.org. Product names and logos belong to their respective owners.

Back to Tools
  1. Home
  2. Tools
  3. Claude-Mem
Claude-Mem logo

Claude-Mem

Open-source, local-first memory engine for coding agents, with optional CMEM Cloud sync and a private MCP endpoint for cross-device recall.

CLI Tools
Agentic Coding
Open Source
Free
92.2k+
Unknown
Updated Aug 28, 2026
Compare NextVisit Official SiteView on GitHub

Do not bounce yet

Read the fit check, compare one alternative, then decide whether the vendor page is still your best next click.

Claude-Mem screenshot

Quick Verdict

Fast fit check before you leave the page

Make the fit call first. Vendor pages are good at selling, but they rarely tell you where the product is a bad match.

Best for
  • Developers using Claude Code, Codex, Gemini CLI, Cursor, Windsurf, OpenCode, OpenClaw, or VS Code for multi-session repository work
  • Teams comparing local agent memory with optional hosted cross-device sync
  • Infrastructure-minded builders who want searchable observations instead of raw transcript replay
Not ideal for
  • Claude-Mem is supporting infrastructure, not a complete coding agent, so it adds another service and storage layer to workflows you already operate.
  • Hook installation, worker processes, search storage, and platform dependencies are materially more complex than plain Markdown memory or transcript search.
  • CMEM Cloud introduces hosted storage, account, billing, and service-availability considerations that do not apply to the local engine.
Compare with
BeadsMem0OpenViking

Compare Next

Take one more internal step before the vendor pitch

This is where visitors usually jump out too early. Read one deeper take or open one alternative so the next click is informed instead of impulsive.

More CLI Tools

Alternative profile

Beads

Open-source persistent memory and dependency-aware task graph for coding agents that need durable context across long-running repo work.

FreeOpen profile

Alternative profile

context-mode

Source-available MCP plugin that keeps heavy tool output out of Claude Code, Codex, Cursor, and other coding-agent context windows.

Free (source-available under Elastic License 2.0)Open profile

Alternative profile

Mem0

Universal memory layer for AI agents that adds persistent context, retrieval, and personalization to coding workflows.

Free open source + paid platform plansOpen profile
Claude-Mem Overview

Claude-Mem is for developers who are tired of coding agents losing the plot after a restart, compaction, or client switch. The project now needs to be evaluated as two related layers: a free Apache-2.0 local memory engine that captures and retrieves observations, and optional CMEM Cloud services for cross-device sync and private MCP access.

Claude-Mem addresses a real agent-coding failure mode: useful repository context evaporates between sessions, compactions, devices, and client handoffs. The Apache-2.0 engine captures tool activity through hooks, compiles observations, stores searchable project history, and retrieves context progressively instead of replaying whole transcripts. The current product now spans a free local engine plus optional CMEM Cloud sync and team services, so buyers should distinguish the open-source runtime from the hosted control plane and validate the privacy and cost trade-off for their own repositories.

On this page
Quick verdictCompare nextOverviewOn this pageWhy choose itKey featuresPros & consUse casesWho it fitsTechnical detailsAlternativesSimilar tools

Why Choose Claude-Mem?

Choose Claude-Mem when session continuity, searchable decisions, and cross-client recall are the bottleneck rather than raw code-generation quality.

Its progressive-disclosure retrieval model is more token-conscious than replaying complete histories or injecting a large memory file into every prompt.

The local engine stays free and inspectable, so hosted sync is an explicit upgrade rather than a prerequisite.

v13.16.1 includes a concrete Windows reliability pass, but teams should still test the worker and hook lifecycle in their own environment.

Key Features

Captures coding-agent tool activity through lifecycle hooks, compiles it into observations and summaries, and makes that history available to later sessions.

Uses progressive-disclosure retrieval: agents can search a compact index or timeline first, then fetch full observations only when deeper context is useful.

Keeps a free local engine with inspectable storage and a web viewer, while optional CMEM Cloud mirrors observations for cross-device access through a private MCP endpoint.

Supports workflows across Claude Code, Cursor, Windsurf, OpenCode, OpenClaw, Codex CLI, Gemini CLI, VS Code, and the Cowork plugin documented in the v13.16.0 release.

v13.16.1 specifically hardened Windows process cleanup, tree-sitter resolution, home-path handling, Git Bash detection, build mirroring, and log tailing.

Provides configuration and redaction controls, but hosted sync changes the trust boundary and should be reviewed separately from the local Apache-2.0 engine.

Pros & Cons

Advantages
  • It solves a real reliability problem in agentic coding: continuity across sessions and clients rather than another code-generation shell.
  • Progressive retrieval is more token-efficient than injecting full transcripts or an ever-growing memory file into every prompt.
  • The free local engine remains inspectable and portable, while cloud sync is optional rather than required for basic operation.
  • The current release shows unusually concrete cross-platform maintenance, including a focused Windows reliability pass and a large automated test suite reported by the maintainer.
Limitations
  • Claude-Mem is supporting infrastructure, not a complete coding agent, so it adds another service and storage layer to workflows you already operate.
  • Hook installation, worker processes, search storage, and platform dependencies are materially more complex than plain Markdown memory or transcript search.
  • CMEM Cloud introduces hosted storage, account, billing, and service-availability considerations that do not apply to the local engine.
  • Repository popularity is not verified usage: the official site contains conflicting star counts and Hacker News discussion of this specific project remains minimal.
  • First-party cost-reduction claims on the product site were not independently reproduced in this review.

Detailed Use Cases for Claude-Mem

Resume long-horizon coding work without re-explaining everything

Capture observations and summaries so later sessions can recover relevant architecture, fixes, and pending work instead of starting from a blank prompt.

Reduce token waste from transcript replay

Search a compact timeline or index first, then retrieve full observations only when the current task needs them.

Keep the engine local and inspectable

Use the free Apache-2.0 runtime and local viewer when repository context should stay on the developer machine.

Add cross-device memory selectively

Use the optional CMEM Cloud plan when private MCP access and synchronized observations justify the hosted trust boundary and recurring cost.

Who Should Use Claude-Mem?

Developers using Claude Code, Codex, Gemini CLI, Cursor, Windsurf, OpenCode, OpenClaw, or VS Code for multi-session repository work

Teams comparing local agent memory with optional hosted cross-device sync

Infrastructure-minded builders who want searchable observations instead of raw transcript replay

Buyers comparing Claude-Mem with Beads, Mem0, OpenViking, context-mode, or simpler history search

Perfect For

Keeping Claude Code, Codex, Gemini CLI, Cursor, Windsurf, OpenCode, or OpenClaw work coherent across restarts, compactions, and multi-day repository changes.

Recovering prior architectural decisions, fixes, and pending work through semantic and timeline search instead of replaying complete transcripts.

Running the memory engine locally when inspectability matters, with an optional migration to cross-device CMEM Cloud sync when that trust trade-off is acceptable.

Sharing a private MCP-accessible memory layer across agents and devices without coupling the workflow to one editor history.

Technical Details

Supported Platforms
Windows
macOS
Linux
IDE Support
Claude Code
Cursor
Windsurf
VS Code
OpenCode
Cowork
Programming Languages
Language-agnostic coding-agent workflows
Polyglot repositories
Integrations
MCP
SQLite
Chroma
Claude Code plugins and hooks
CMEM Cloud sync

Direct Competitors

Beads

Mem0

OpenViking

context-mode

Similar Tools You Might Like

AgentsView - vibe coding tool
AgentsView
CLI Tools
Context Management

MIT-licensed local-first desktop, web, and CLI workspace for searching coding-agent sessions and analyzing activity, tokens, and costs across tools.

Free (MIT open source; model usage, storage, sync, and self-hosting costs separate)View Details
LoopX - vibe coding tool
LoopX
CLI Tools
Agentic Coding

MIT-licensed state kernel and local control plane that keeps Codex, Claude Code, Cursor, OpenCode, and peer agent teams aligned on long-running goals.

Free (MIT open source; model-provider, automation, and infrastructure costs separate)View Details
Headroom - vibe coding tool
Headroom
CLI Tools
Agentic Coding

Apache-2.0 context-compression layer that wraps Claude Code, Codex, Cursor, OpenCode, and MCP clients so agents send fewer tool-output and history tokens.

Free (Apache-2.0 open source; optional managed/team rollout available by contacting Headroom Labs)View Details

Alternative Tools to Consider

Beads - vibe coding tool alternative
Beads
CLI Tools
Agentic Coding

Open-source persistent memory and dependency-aware task graph for coding agents that need durable context across long-running repo work.

FreeView Details
context-mode - vibe coding tool alternative
context-mode
API Tools
Agentic Coding

Source-available MCP plugin that keeps heavy tool output out of Claude Code, Codex, Cursor, and other coding-agent context windows.

Free (source-available under Elastic License 2.0)View Details
Mem0 - vibe coding tool alternative
Mem0
API Tools
Agentic Coding

Universal memory layer for AI agents that adds persistent context, retrieval, and personalization to coding workflows.

Free open source + paid platform plansView Details
OpenViking - vibe coding tool alternative
OpenViking
CLI Tools
Agentic Coding

Open-source context database for AI agents that organizes memory, resources, and skills through a file-system-style hierarchy.

Free open source (AGPL-3.0; model and infrastructure costs separate)View Details

Do one more comparison before you commit to Claude-Mem

Strong picks usually survive one more internal check. Read deeper, compare a neighbor, then leave for the vendor page if the fit still holds.

Compare with BeadsVisit official site