Share governed context across Claude Code, Cursor, Qwen Code, and local agents.
Audit, govern, and migrate your AI agent's memory.
The open-source control plane for agent memory eval, evidence, and portability.
Run it locally, query demo memory, and open an Evidence Ledger trace before you trust durable agent context.
demo eval
policy pass
trace linked
k 5
Open a trace and see which rows were retrieved, used, ignored, stale, or risky.
Use MIF-style export fields for provenance, supersedes, and contradicts relationships.
Agents remember. Teams need proof.
Every coding agent, support bot, and copilot is now writing to long-term memory. Almost none of them can show the audit trail behind a single answer.
Stale memory
Last week's API contract is still being recalled into this morning's pull request. Nobody flagged it.
Unknown provenance
An agent quoted a fact. Which document, session, user, and run produced it? Without provenance: a shrug.
Unsafe writeback
Agents silently persist hallucinations, PII, and one-off conversation noise into shared long-term memory. Forever.
Backend lock-in
Every vector store ships a different schema, a different retrieval API, and quietly captures your data. Migrating costs a month.
One context plane. Every agent surface.
MCP clients query through a single composer that passes every retrieval through eval, trace, and governance before it reaches the model. Backed by Postgres and a portable agent-memory adapter.
Lore exposes MCP stdio and REST surfaces so agents query, write, and review through the same governance layer.
A single typed call your agent can rely on. Returns ranked memories with provenance, freshness, and policy state attached to every row.
MCP clients query through a single composer that passes every retrieval through eval, trace, and governance before it reaches the model. Backed by Postgres and a portable agent-memory adapter.
Run the same retrieval evaluation against your seed dataset. Watch recall, precision, and stale-hit rate move as you change retrievers, rerankers, and embedding cuts.
Memory Interchange Format. Export the entire corpus — embeddings, provenance, policy state — and replay it anywhere. No lock-in.
Built for operators, not memory hype.
Every surface is inspectable, scriptable, and designed to show proof instead of product theater.
Context Query
A single typed call your agent can rely on. Returns ranked memories with provenance, freshness, and policy state attached to every row.
Memory Eval Playground
Replay queries against your seed dataset. Tune retriever, reranker, and freshness cutoff. Compare runs side-by-side. Pin the winner.
Memory Observability
A live trace of every retrieval, every write, every redaction. Drill into any span. Filter by source agent, user, or policy outcome.
Governance Review
Every writeback passes a policy gate. Human-in-the-loop review for sensitive scopes. Diff, approve, redact, or reject — with audit.
MIF-like Portability
Memory Interchange Format. Export the entire corpus — embeddings, provenance, policy state — and replay it anywhere. No lock-in.
Private Deployment
Single docker compose. No telemetry, no phone-home, no proprietary embedding endpoint. Run it on your laptop, then on your VPC.
What is in v0.6 alpha.
Distribution and trust release: AI-readable docs, activation proof, public-safe demos, and launch materials on top of the local-first control plane.
Build manifest
1.2.0-beta · 04.05.2026- graph beta
- v1.2 graph-augmented hybrid memory engine
- public release
- v1.2.0-beta formal pre-release
- runtime
- node 22+ · RDS 16 · Qdrant
- smoke
- passing · production smoke
- bundle
- static website · Docker images
- memory floor
- RDS truth · Qdrant index
- telemetry
- privacy-safe
- license
- Apache 2.0
git clone github.com/Lore-Context/lore-context
pnpm install && pnpm quickstart -- --dry-run --activation-report
pnpm openapi:check # release gateEval proof report. On your own data.
Run the same retrieval evaluation against your seed dataset. Watch recall, precision, and stale-hit rate move as you change retrievers, rerankers, and embedding cuts.
What the smoke run proves
Publication guardrails
Speak the protocols your agents already use.
Lore exposes MCP stdio and REST surfaces so agents query, write, and review through the same governance layer.
Start with a local alpha. Prove memory quality before you scale it.
Four commands. A seeded demo dataset. A Playwright smoke pass that proves the dashboard renders. Bring your own Postgres, or use the bundled one.
$ git clone https://github.com/Lore-Context/lore-context
$ cd lore-context
$ pnpm install
$ pnpm quickstart -- --dry-run --activation-report
$ pnpm openapi:check
$ pnpm smoke:dashboardverified · OpenAPI · evidence · smoke passing