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.
Server Config
{
"mcpServers": {
"loredocs": {
"command": "uvx",
"args": [
"loredocs"
]
}
}
}