labyrinth-analytics/loredocs

4 stars · Last commit 2026-07-31

Searchable knowledge base for your AI projects

README preview

# LoreDocs v0.1.18

Your AI project's knowledge base. Organized, searchable, version-tracked.

LoreDocs gives Claude persistent access to your project documentation -- specs, guides, architecture decisions, reference docs -- so it never loses context between sessions. Works with Claude Code, Cursor, OpenAI Codex, and Hermes Agent.

> Install directly from Claude Code's plugin marketplace, or via PyPI: `uvx loredocs`

## Quick Start

**Prerequisites:** [uv](https://docs.astral.sh/uv/getting-started/installation/) (fast Python package manager).

```bash
# Install uv (one time)
curl -LsSf https://astral.sh/uv/install.sh | sh

# Clone and install
cd /path/to/loredocs
uv sync
```

View full repository on GitHub →