Your vault is a folder of markdown files in a GitHub repo you own. Lore is the interface. Claude and Cursor are your AI teammates with full vault access.
Every note is a file. Every save is a commit. Nothing is locked in.
Think of it this way:
Your vault is your brain’s external memory
Daily notes are your scratch pad
Project notes are your working documents
Inbox is where everything lands before you organize it
[[Wiki links]] are how ideas connect
You don’t need to be organized to start. Drop things in inbox/ and link them later.
The daily workflow
This is how Ryan starts every day — practical, first-person, no ceremony.
Step 1
Open your daily note
Press ⌘D anywhere in the app.
Today’s note opens at daily/YYYY/YYYY-MM-DD.md. If it doesn’t exist yet, Lore creates it from your daily template automatically.
Your daily note has three sections:
## Today — what you’re working on
## Decisions — things you decided
## Log — append-only running log (Claude writes here too)
You don’t need to fill them all. Open it, jot what’s on your mind, move on.
Using /how-to-use as primary user education, not onboarding wizard
Log
09:14 Shipped MCP fix, all tools live
11:30 ai: appended by Claude — steakmarket cart UX decision saved
Step 2
Save anything, instantly
The fastest way to save something to your vault:
In Claude: Just say “save this to my vault” or “add this to today’s daily note.” Claude uses the Lore MCP to write it directly. No copy-paste.
In Cursor: Same — Cursor has vault access. Ask it to create or update a note.
In the Lore app:
⌘N → type a title → note is created and open in the editor
⌘S saves immediately. Autosave triggers after ~3 seconds of inactivity
Status bar shows: Typing → Saving… → ✓ Committed
Tip: Everything that matters should eventually be in the vault. If you’re not sure where something goes: inbox/.
Step 3
Link your notes with [[wiki links]]
Type [[ anywhere in the editor. A suggestion list appears. Select a note → it becomes [[Note Title]].
Why this matters:
[[Steakmarket]] in a client note connects it to your project note
[[2026-07-30]] in a project note connects to your daily log
Over time, your vault becomes a web of connected ideas — not a pile of files
Backlinks: At the bottom of every note, Lore shows “N notes link here.” That’s how you discover connections you didn’t plan.
Unresolved links (dashed underline): [[Some Note That Doesn't Exist Yet]] is a clickable placeholder. Click it to create the note. That’s how the vault grows naturally.
Search is full-text across all your notes, ranked by relevance, with snippets. It’s fast (under 200ms) because the index lives in D1, not GitHub.
Search for a client name to find all notes mentioning them
Search for a decision keyword to find where you logged it
Search for a date if you remember roughly when something happened
Step 5
Use Claude as your vault partner
This is what makes Lore different from every other note app. Claude has direct read and write access via MCP. You don’t copy-paste notes into Claude — Claude already knows what’s there.
Things you can say right now:
“Search my vault for everything about steakmarket”
“What did I decide about the WebChange pricing?”
“Create a project note for AirNegri with what we just discussed”
“Add to my daily note: decided to launch RevCalc DRY_RUN next week”
“Summarize everything I know about Gio”
“What are all my open client projects?”
Audit trail: MCP writes show up in git as ai: projects/airnegri.md — so you always know what Claude wrote vs. what you wrote.
Step 6
Organize as you go (not upfront)
You don’t need a perfect folder structure before you start. Start with these four folders. That’s it.
inbox/ — everything you’re not sure about
daily/ — auto-managed by Lore (⌘D)
projects/ — one note per active project
clients/ or laicos/ — one note per client / ops area
Rules: drop everything in inbox/ first if you’re unsure. Move it when it matters. Prefer [[links]] and #tags over deep nesting. Let backlinks show you what’s connected.
The goal is not a perfect system. The goal is that when you need something, you can find it in under 10 seconds.
Step 7
Tags
Add tags in frontmatter:
tags: [client, active, cabo]
Or inline in the note body: #client #active #cabo
Browse tags via the command palette. Click a tag in search results, or ask Claude.
Click Connect repo. Lore will verify access, create .lore/ config + templates, scaffold inbox/, daily/, projects/, personal/, and run the first index (~10 seconds).
When you see ✓ Connected — setup core is done.
Step 4
Connect Claude
Same flow as Laicos MCP — OAuth with a password. No Client ID / Secret headers.
Open Claude.ai → Settings → Connectors
Add custom connector
Name: Lore
URL: https://lore-mcp.laicos.com/mcp
Leave OAuth Client ID and Client Secret empty
Save → Claude opens the Lore authorize page
Password: laicos123 → Approve
https://lore-mcp.laicos.com/mcp
Test: Ask Claude “search my Lore vault for anything.” You should get a response that mentions your notes.
Step 5
Connect Cursor
Open or create ~/.cursor/mcp.json. Merge this block (don’t overwrite other servers):
Get YOUR_MCP_BEARER_TOKEN from the person who hosts Lore (or from Worker secret MCP_BEARER_TOKEN). Save → restart Cursor → Settings → MCP should show lore with a green dot.
Done
You’re set up. Now go use it.
Open the app: lore.laicos.com/app. Press ⌘D to open today’s daily note. Start writing.