LuminariaMemoBETA
← All use cases

One history across Claude Code, Desktop, and claude.ai

Claude Code and Claude Chat don't share history. You've had the same conversation twice because one platform doesn't know what happened on the other.

Luminaria Memo tools used
luminaria_searchluminaria_sessionsluminaria_context
§ 01 · THE WORKFLOW

Step by step.

  1. 1Set up Memo on each platform you use (one-time).
  2. 2Sessions sync automatically as you work.
  3. 3Search from any platform. Results include all platforms.
  4. 4Pull context from a CLI session into a Desktop chat, or vice versa.
§ 02 · EXAMPLE PROMPTS

Try these in Claude.

>Search my history for the database migration we discussed last week
§ 03 · EXAMPLE OUTPUT

What you get back.

Found 3 sessions across platforms:

1. [Claude Code] "DB migration: add user_preferences table"
   March 18 · 23 messages · CLI session

2. [Claude Chat] "Planning the migration strategy"
   March 17 · 12 messages · Desktop chat

3. [Claude Code] "Fix migration rollback bug"
   March 19 · 8 messages · Desktop Code mode

All three sessions are searchable from any platform.

Setup (one-time per platform)

Claude Code (CLI or Desktop Code mode)

# Sessions sync automatically when they end.
# To sync all past sessions on demand:
luminaria sync

Claude Desktop (Chat mode via MCP)

# Add to claude_desktop_config.json:
{
  "mcpServers": {
    "luminaria": {
      "command": "npx",
      "args": ["-y", "@anthropic/luminaria-mcp"],
      "env": { "LUMINARIA_API_KEY": "your-key" }
    }
  }
}

claude.ai (browser, via Connectors)

# Go to claude.ai → Settings → Connectors
# Search for "Luminaria" and connect
# Your conversations sync when you use luminaria tools
What this replaces

Manually checking multiple apps trying to find where a conversation happened. One search, all platforms.

Works with: Claude Code CLI, Claude Desktop (Chat + Code mode), claude.ai browser (via Connectors).
Try it now →