LuminariaMemoBETA
EU AI ACT · ART. 12 · ENFORCEMENT 02 AUG 2026

Memory for every
conversation you have
with Claude.

Luminaria captures every Claude session — Code, Desktop, claude.ai — into a private knowledge graph that lives in the EU. Search what you've already discussed. Pick up where you left off. Stop re-explaining yourself.

LIVE · TRL 7–8·12 MCP TOOLS·100% EU INFRA·Mistral · Clever Cloud · Neo4j
REF memo/2026/0.9.2REGION EU/FR SYNCED
auth refactor decisionsHYBRIDK
Apr 19
CCODE
0.96
JWT middleware shipped, refresh deferred
decisionauth
Apr 12
CHAT
0.91
Auth refactor: decision log
autharch
Apr 04
CCODE
0.84
Token rotation feasibility
research
Mar 27
CHAT
0.71
Stateless vs session tradeoffs
arch
4 of 18 results · 0.42s↳ inject as context
§ 01 · WHAT IT IS

Your AI's missing
memory layer.

Every conversation you have with Claude — across Claude Code, Claude Desktop, and claude.ai — captured automatically. Indexed into a private knowledge graph. Available the next time you ask Claude a question, so it picks up exactly where you left off.

TOTAL RECALL

Search every conversation

By meaning, not just keywords. Find the specific exchange you half-remember.

CROSS-TOOL

One memory, every Claude

What you said in Claude Desktop is available in Code. And vice versa.

EU-RESIDENT

Your data stays in Europe

Compute, storage, AI inference, auth — all EU jurisdictions, by design.

§ 02 · HOW IT WORKS

One layer.
Three jobs.

Capture, index, retrieve. The whole pipeline stays inside the EU and inside your tenant boundary — by construction, not policy.

§ 1CAPTURE

A plugin sits next to Claude

Claude Code, Claude Desktop, claude.ai. Every session you finish syncs to your private graph automatically. No copy-paste, no manual export.

$ luminaria sync
→ 12 sessions
→ 847 atoms captured
→ 412 insights extracted
✓ synced in 2.3s
§ 2INDEX

Stored as a knowledge graph

Sessions become connected atoms in Neo4j (Belgium). Mistral embeddings for semantic recall, full-text indexing for keyword precision. Every query is tenant-scoped.

streams:    247
atoms:      18,341
insights:   412
decisions:  89
patterns:   23
§ 3RETRIEVE

Injected back via MCP

Standard Model Context Protocol. 12 tools live inside Claude. Search, recall, inject — your AI starts each session knowing what you already discussed.

> mcp.find("auth refactor")
← 4 results · 0.42s
→ injected 3 atoms
→ context primed
§ 03 · USE CASES

Stop re-explaining.
Stop re-discovering.
Stop forgetting.

Anyone who works with Claude builds a paper trail. Memo gives that trail back to you — searchable, structured, yours.

ENGINEER

Stop re-explaining your codebase every Monday

Why did we pick stateless? When did we defer refresh tokens? Decision logs extracted automatically — searchable, taggable, available as context the next time you open Claude.

auth · refactor decisions4 hits
Tomás· Backend, mid-sized team
LAWYER

Every clause negotiation, every precedent, on demand

Why did we agree to that liability cap last year? What was the language Henderson finally accepted? Months of redlines, calls, and counsel chats — searchable by meaning, not just keyword.

henderson · clause 4.311 hits
David· Senior associate, commercial law
NOVELIST

Decisions you made about your own work, never lost

Why did you cut chapter 4? What was the agreed voice for the antagonist? When did you rule out the framing device? Every craft conversation kept, organised, retrievable.

novel · chapter pacing18 hits
James· Working on second book
RESEARCHER

Months of literature review, retrievable in seconds

Every paper you read with Claude, every methodology you debated, every finding you synthesised — kept and searchable. The discussion from February that resolved your Q3 direction, on demand.

lit review · diffusion models7 hits
Dr. Ortiz· Industrial ML, mid-career
JOURNALIST

Source notes that retrieve themselves

Background conversations on a story — every angle you considered, every quote you tested, every pivot. When the editor asks "why this framing?", the receipts are there.

piece · framing decisions14 hits
Aïsha· Investigative, freelance
TEAM (BUSINESS)
TEAMS

Audit trail for AI work

Every interaction captured, tagged, exportable — ready for client review or compliance. Sessions stay tenant-isolated; only your team sees your team's work.

project Phoenix · all sessions21 hits
Stellari Studio· Solo founder, scaling
§ 04 · EXACT VS. SUMMARY

Not summaries.
The real thing.

Same question, asked of two different memory systems. One reinterprets; the other retrieves.

Claude native memory
YOU: how did we configure the Redis timeout?

You previously discussed handling a Redis timeout issue and decided on a retry approach with some configuration changes.

A summary. Reinterpreted. Details lost.
Luminaria
YOU: how did we configure the Redis timeout?

On Mar 14 you set REDIS_TIMEOUT_MS=2500 with exponential backoff (250 → 500 → 1000 ms, max 3 retries). Fallback to in-memory cache after the 4th failure. Note added: “monitor for false-positive timeouts on the EU edge.”

Exact. Complete. Retrievable.
§ 05 · COMPARATIVE TEST

Same question.
Four tools.

One developer. One question. Four ways to find the answer.

QUERY“What did we decide about the auth refactor?”TESTED 2026-04-29 · CLUJ-NAPOCA
01Vanilla Claude Code"I don't have access to prior sessions. Can you share the relevant files or context?"No memory.
02Claude native memory"You discussed something about JWT middleware and refresh tokens. You decided on a particular approach."A vague summary.
03Manual grep / JSONL12 partial matches across raw transcripts. No semantic ranking. Encoding errors on emoji.Brittle. Slow.
04LuminariaMar 19 session, full context: shipped JWT middleware, deferred refresh-token rotation until post-launch. Test suite update still open. 0.42s.Exact. Cited. Fast.

Real test from a Memo user's session log. Reproduce: install Memo, sync your sessions, ask Claude the same question.

§ 06 · POSITIONING

Built for the moment EU AI
hits enforcement.

IAudit

Append-only session capture. Tenant-isolated by design. EU-resident. On the path to hash-chained tamper-evidence and certified AI Act Article 12 conformity.

Read /audit
IISustainability

Context reuse cuts redundant LLM inference by 30–50% on recurring topics. Less compute, less energy, less waste. Reproducible benchmarking methodology in development with EU sustainable-AI research partners.

Read /sustainability
IIIPersonalisation

Graph-based context adapts to your individual history without ML retraining. Engineer, novelist, lawyer, researcher — each gets context shaped by their own work, not a population average.

Read /product
✦ ✦ ✦

Claude memory tells Claude who you are.
Luminaria tells Claude what you've built together.

§ 07 · INFRASTRUCTURE

Every byte
stays in the EU.

Sub-processor list and DPA template at /sub-processors.

LAYERPROVIDERLOCATION
ComputeClever CloudParis, France
AI inference & embeddingsMistral AIParis, France
Graph databaseNeo4j AuraGCP europe-west1, Belgium
AuthSupabaseAWS eu-central-1, Frankfurt
FrontendVercel (EU edge)EU
PaymentsStripe → MollieUS → EU migration in progress
§ 08 · GET STARTED

Three ways to use Memo.
Sixty seconds to set up.

CLI

For Claude Code users

Sessions sync automatically when they end. Search from the terminal.

$ npm i -g luminaria
$ luminaria setup
✓ ready
MCP

For Claude Desktop / claude.ai

Add as a custom connector. 12 MCP tools live inside Claude.

https://api.luminaria.so/mcp

→ one-click OAuth
→ search · context · tag · note
WEB

For everyone

Browse, search, manage every session. Upload Claude exports. Tag, annotate, export your data anytime.

luminaria.sobrowser
§ 09 · EVIDENCE & TRUST

Built to scrutiny.
Verifiable, not aspirational.

REVIEWED 2026-04-29
STELLARI STUDIO S.R.L.
01
TRL 7–8
In production today. Live, paying users. 900+ backend tests.
02
TENANT-ISO
Tenant boundary enforced by automated CI lint. No query escapes.
03
APPEND-ONLY
Activity log is CREATE-only. No UPDATE paths exist in code.
04
AES-256 · TLS
Encryption at rest and in transit. Provider-managed, documented.
05
EU RESIDENT
Compute, storage, AI inference, auth — all EU jurisdictions.
06
GDPR · ART. 17
Right-to-erasure honoured. Deletions are audit-logged events.
For the full security architecture, sub-processor list, DPA template, and codebase citations — read the evidence dossier.
Read /evidence →Download DPA
§ 10 · PRICING

Plans for individuals,
teams, and enterprises.

Free
€0forever
3,000 messages / mo
  • Web UI
  • Manual upload
  • 14-day history
Start free
ProPOPULAR
€19per month
30,000 messages / mo
  • Smart search
  • Context injection
  • AI chat
  • Insight extraction
  • 14-day audit
Start free trial
Business
€29per month
100,000 messages / mo
  • Everything in Pro
  • Team workspaces
  • 90-day audit
  • Priority support
Start free trial
Enterprise
Customaudit-tier
Custom messages / mo
  • Dedicated infra
  • ≥6-mo retention
  • ISO 27001 + SOC 2 (planned)
  • AI Act conformity
  • DPA + sub-processor SCCs
Contact sales
§ 11 · FAQ

Questions, answered.

Setup & usage
How does the plugin work?+

A lightweight script syncs each session when you finish. Works with Claude Code, Claude Desktop, and claude.ai (via MCP).

Does it sync automatically?+

Yes. No copy-paste, no manual export.

Can I export my data?+

Anytime. JSON or markdown, full content, your tags and annotations included.

Privacy & data
Where is my data stored?+

EU only. Compute in France, graph database in Belgium, auth in Frankfurt.

Who can see my sessions?+

Only you. Tenant boundary is enforced by automated CI lint, not just policy.

Can I delete my data?+

Yes — full GDPR Article 17 right-to-erasure. Deletions themselves are audit-logged events.

Is my data used for training?+

No.

Compliance & enterprise
Are you GDPR compliant?+

Yes. DPA available for any paid plan; sub-processor list public at /sub-processors.

Are you AI Act-aligned?+

On the path to Article 12 conformity. Today: append-only logs, EU residency, tenant isolation. Funded buildout: hash-chained tamper-evidence, ISO 27001, SOC 2.

When will you have ISO 27001 / SOC 2?+

12–18 months post-funding. Roadmap on the funder page.

SIXTY SECONDS TO SET UP

Stop re-explaining yourself.
Start with Memo.

Free forever for the basics. Pro for Smart Search and AI chat. EU-resident by default, audit-aligned by design, your data exportable anytime.

Try free at luminaria.soFor funders & enterprises →
NO CREDIT CARD REQUIRED·EU-RESIDENT·EXPORT YOUR DATA ANYTIME