LoreDocs organizes the reference knowledge your AI agent needs to do real work: architecture documents, API contracts, domain rules, configuration references. Everything lives in per-project vaults, versioned, searchable, and injectable into context with a single MCP call.
Compatible with Claude, Cursor, Codex, and Hermes Agent. 36 MCP tools for comprehensive AI access. Local-first SQLite storage — no cloud, no external dependencies. Free tier includes 3 vaults. Pro is $9/month for unlimited.
Overview
LoreDocs
On MarketplaceKnowledge management for AI projects
LoreConvo remembers what you talked about. LoreDocs remembers what you know. Architecture docs, API contracts, domain rules, config references -- organized into versioned project vaults and injected into AI context on demand.
What to Expect
Multi-vault architecture -- one vault per project
Document versioning with full history tracking
Context injection via compact vault summaries
Cross-vault search and document linking
36 MCP tools for comprehensive AI access
Local-first SQLite storage -- no cloud required
Free and Pro tier gating (Stripe-ready)
Get LoreDocs
LoreDocs is available now on the Anthropic Marketplace. Install it alongside LoreConvo for a complete memory layer -- session history plus durable project knowledge.
In Claude Code
/plugin marketplace add labyrinth-analytics/claude-plugins/plugin install loredocs@labyrinth-analytics-claude-plugins
Or via PyPI
uvx loredocs
Server Config
{
"mcpServers": {
"loredocs": {
"command": "uvx",
"args": [
"loredocs"
]
}
}
}