| Where data lives | Markdown files on your disk. Optional cloud sync, hosted on Tigris S3, with an air-gapped local mode | Markdown vault on your disk. The vault is the trust root; nothing is hosted |
| Storage and index | Files plus a local SQLite index (Postgres also supported). Hybrid full-text and vector ranking with FastEmbed | A graph derived from the vault on Okto Grafx by default (Ladybug legacy, Neo4j optional). Rebuildable from the files |
| Agent access | MCP-native, 20+ tools (write_note, read_note, edit_note, search_notes, build_context, and more). Clients listed: Claude Code, Codex, Cursor, VS Code, ChatGPT, Obsidian | MCP with five tools over a bearer-authenticated port; REST and UI on loopback. The installer wires Claude Code |
| Provenance unit | Note, observation and relation permalinks (memory:// URLs). Search returns the matched chunk text, chunks of about 900 characters with about 120 overlap. Note-level checksum | A block: vault-relative path, byte_start, byte_end and a sha256 content_hash, returned with include_sources=true on ask |
| Temporal model | Frontmatter created and modified; recent_activity timeframes. Cloud tier adds snapshots and point-in-time restore | Ingest-time supersession bounded to the document being edited: the old claim gets valid_until and drops from recall, with a supersedes edge. Cross-document corrections are deferred, not applied |
| Extraction | No server-side LLM extraction. The AI client writes structured Markdown; structure emerges from text patterns. Local FastEmbed is for search only | LLM curation at ingest: claims are minted from blocks and a judge confirms corrections. Synthesis on ask reports synthesis_status |
| Licence | AGPL-3.0 | Elastic License 2.0 from 0.3.0 (source-available). Releases up to 0.2.0 stay Apache 2.0 |
| Hosted option | Basic Memory Cloud at $15/seat/month, Business at $30/seat/month with HIPAA. Local use is free | None |
| Benchmarks | None in the sources reviewed | LoCoMo categories 1-4 from our own harness and judge, on the benchmarks page |
| Maturity | Released product with a paid cloud tier | Prerelease 0.3.0 for macOS and Linux; so far rehearsed on Linux only |