Skip to main content
Measured savings across 11 LLMs, from Claude Opus 4.7 to Gemini Flash.→ See per-model data
Connect your client
All products

gotcontext-memory

MIT

Local markdown memory + human-gated dreaming for coding agents.

A disk-canonical markdown memory folder plus an out-of-band human-in-the-loop dreaming loop. It turns agent chat transcripts into reviewable proposals across Claude Code, Codex, Cursor, agy, and OpenCode - and nothing becomes durable memory until a human accepts it.

View on GitHubRead the docs on GitHub

What it does

  • Plain markdown files on disk - inspectable, portable, and diffable (no opaque DB)
  • HITL dreaming: agents propose lasting facts from transcripts; you accept or reject them
  • Harness adapters for Claude Code, Codex, Cursor, agy, and OpenCode
  • Docker-verified dogfood matrix for every supported harness
  • doctor, export (.gcm.gz bundle), and a thin JSON-RPC memory MCP

Get started

Install + init
cd gotcontext-memory
npm install && npm run build && npm link
gotcontext-memory init
Dream + accept
gotcontext-memory dream --source claude --store user
gotcontext-memory review list
gotcontext-memory review accept <id> --yes

License: MIT