Memory daemon · early access

Total recall for AI workflows.

141,502 engrams from 564 Claude Code sessions in 12 seconds. Zero skips. Local SQLite, single Go binary. Verify the numbers yourself: curl --unix-socket /tmp/eidetic-daemon.sock http://localhost/metrics

Get the install script when v1 lands

No spam. Unsubscribe anytime. We do not share your email.


Three things the daemon does.
Every claim has a curl.

  • Captures every session, automatically fsnotify watchers tail Claude Code, Cursor, and Cowork session files. New text becomes an engram row in <50 ms. Records over 7 MiB are split into idempotent chunks (ADR-018) — no hard wall.
  • Local-first, single binary, no CGO Pure-Go SQLite (modernc.org/sqlite). One cross-compile-clean executable for darwin-arm64, linux-amd64, windows-amd64. Data stays in ~/.eidetic/engrams.db. Nothing leaves your machine.
  • MCP-native — your AI can read your engram store Three tools over MCP: query_engrams, daemon_status, daemon_metrics. Cursor, Claude Code, Cline — any MCP client can ask the daemon what it has captured.