PROJECT: KB TECH: Python / FastAPI / SQLite FTS5 / MCP STATUS: ACTIVE
A self-hosted knowledge base for notes and bookmarks — capture anything, get back a searchable, structured archive instead of a pile of open tabs.
OVERVIEW
Ingests URLs, articles, YouTube videos, and PDFs, converting each into a structured Markdown note with LLM-generated metadata. A browser script handles one-click capture straight from whatever page you're reading.
SEARCH & RETRIEVAL
Full-text search via SQLite FTS5 (with optional Meilisearch), plus a RAG-based Q&A mode for querying the whole archive in natural language. An MCP server exposes the same knowledge base directly to Claude Code.