Standardize on idempotent write endpoints
Source: architecture.md
Claude Code Memory in · shared project memory
When a Claude Code session ends, its context usually dies with it. MemHub persists what mattered — pinned invariants, rejected approaches, environment quirks — and re-briefs the next session automatically, in this checkout or any other.
Auto-memory helps a single developer on a single machine. Teams need more: shared recall across laptops, provenance for every note, and access control per project. MemHub provides exactly that over MCP, which Claude Code speaks natively.
Free Community tier. Self-hosted or hosted. No external embedding API required.
context/main
memories 41
pinned 6
contributors 9
BRIEFING FOR NEW SESSION
Source: architecture.md
Source: pull request #214
Source: auth/session.ts
LOCAL FIT
In Miami, software teams ship faster when their tools share one memory instead of three silos. New engineers ramp in days because precedent is searchable, not oral history.
Because writes land locally first and synchronize later, flaky connections never block the work.
UNIVERSAL COMPATIBILITY
If it speaks MCP or reads a JSON config, MemHub plugs in. One command wires the majors; everything else joins as a generic client.
WHAT YOU GET
Each new session pulls only what changed since its last sequence — no repeated boilerplate in your context window.
What one developer teaches Claude Code, every teammate’s Claude Code knows on the next run.
Pin the non-negotiables so they outrank newer, noisier memories during retrieval.
If the service is unreachable, the proxy keeps serving and queueing locally until sync resumes.
`memhub connect` injects the correct Claude Code configuration without hand-editing JSON.
Structured memories with types, topics, and versions instead of one ever-growing markdown file.
No feature-matrix gymnastics — just what changes the week you adopt MemHub.
| Status quo | With MemHub |
|---|---|
| Context lives in heads and DMs | Memory is structured, shared, and searchable |
| Every agent re-learns the repo | Sessions open pre-briefed with only what changed |
| Rules files cap out at ~2k tokens | Unbounded versioned history stays one query away |
One command injects configuration for Claude Code, Cursor, Codex CLI, Google Antigravity, Windsurf, Cline, or any JSON MCP client.
$ npm install --global @simplexlat/memhub
$ memhub login
✓ project resolved · context ready · memory synchronized
No. Briefings are incremental — sessions receive the delta since their last known sequence, and retrieval is ranked rather than bulk-dumped.
No. Auto memory stays useful for personal preferences. MemHub adds the shared, project-scoped layer: cross-machine recall, provenance, and team-wide search.
Nothing interrupts the work. Writes commit to the local SQLite outbox and synchronize automatically when the shared service is reachable again.
Yes — the local engine works fully offline, and the self-hosted stack keeps even the shared layer on your own PostgreSQL.
A Community tier is free, and the Team plan adds multi-project contexts, seats, and higher synchronization limits. Self-hosting is unlimited.
MORE LOCATIONS
EXPLORE OTHER USE CASES
AI Agent Memory
Give every AI coding agent a persistent, team-wide memory.
MCP Memory Server
A hosted MCP memory server your whole team connects to in one command.
Cursor Memory
Carry Cursor context across sessions, machines, and teammates.
Codex CLI Memory
Persistent context for Codex CLI — personal today, shared tomorrow.
Cross-Agent Memory
One memory behind Claude Code, Cursor, Codex CLI, and Antigravity.
Developer Knowledge Base
A living knowledge base that writes itself while your team codes.
Self-Hosted AI Memory
Run the entire memory stack on your own PostgreSQL — nothing leaves.
Coding Agent Context
Context engineering for coding agents — brief, don’t dump.
Engineering Decision Log
An ADR habit your team will actually keep — logged by the agents doing the work.
Agent Memory Database
A real database behind agent memory — PostgreSQL, pgvector, row-level security.
Windsurf Memory
Persistent Windsurf context shared with every other agent on the team.
Cline Memory
Give Cline a memory that survives tasks, machines, and teammates.
Copilot Team Memory
What Copilot’s custom instructions can’t hold, MemHub remembers.
Antigravity & Gemini Memory
Persistent context for Google Antigravity, Gemini CLI, and the agents around them.
THE NEXT SESSION STARTS HERE