LoreConvo + LoreDocs

How you actually use them from Code, Cowork, and Chat
LoreConvo
💬
Remembers what you talked about
Sessions, decisions, open questions, skill usage, persona tags. A timeline of your work.
12 MCP tools SQLite + FTS5
LoreDocs
📚
Remembers what you know
Versioned docs organized in vaults. Full-text search, categories, linked projects. A library of knowledge.
34 MCP tools SQLite + files
⌨️ Claude Code
Terminal -- full plugin support
LoreConvo
1
Load plugin: claude --plugin-dir ~/loreconvo
2
Auto-saves on session end via hook
3
Auto-loads context on session start
4
"Recall what we discussed about taxes"
LoreDocs
1
Loads via python -m loredocs.server
2
"What docs do we have in the Tax vault?"
3
"Add this config to the vault"
🖥️ Cowork
Desktop app -- .plugin files
LoreConvo
1
Install .plugin via + button
2
Mount ~/.loreconvo for shared DB access
3
Same MCP tools as Code -- save, search, recall
4
Sessions from Code appear instantly
LoreDocs
1
Install .plugin via + button
2
Mount ~/.loredocs for shared DB
3
"Inject a summary of the Rental vault"
🎨 Claude Chat
Web -- no plugin support
Clipboard Bridge
1
In terminal: bash export-to-chat.sh
2
Copies last session to clipboard
3
Paste (Cmd+V) into Chat
4
Search: bash export-to-chat.sh "topic"
No direct MCP access -- context arrives via paste. Works for both vaults' exported data.
"I need the rental insurance decision from my Tax Prep project over in my Side Hustle project -- but I don't want to move the chat!"
💬
Tax Prep Project
Chat where the decision happened
save_session
--->
🗃
LoreConvo DB
Global -- not scoped to any project
get_context_for
--->
💬
Side Hustle Project
Context arrives here!
The chat stays in Tax Prep. Only the context travels -- decisions, summaries, open questions. Same trick works between Cowork projects too!
Feature ⌨️ Code 🖥️ Cowork 🎨 Chat
LoreConvo MCP tools [OK] All 12 tools [OK] All 12 tools -- via paste only
LoreDocs MCP tools [OK] All 34 tools [OK] All 34 tools -- via paste only
Auto-save on exit [OK] SessionEnd hook ~ Manual or ask Claude -- N/A
Auto-load on start [OK] SessionStart hook ~ Ask Claude to load -- N/A
Shared database [OK] Native filesystem [OK] After mounting folder -- No DB access
Cross-project context [OK] search_sessions [OK] search_sessions ~ Paste exported session
CLI access [OK] Full CLI ~ Via bash tool -- N/A
⌨️
Code
SessionEnd hook fires
auto-save
--->
🗃
LoreConvo DB
~/.loreconvo/sessions.db
SessionStart hook
--->
⌨️
Next Code session
Context pre-loaded
also feeds
🖥️
Cowork
via mounted DB
🎨
Chat
via export-to-chat.sh
LoreConvo
LoreDocs
Clipboard bridge (Chat)
Automatic (hooks)