Empower large language models to access and retrieve technical documentation on-demand through a RAG system and MCP server.
Docrag is an AI-powered RAG (Retrieval Augmented Generation) system designed to provide LLMs, particularly Claude Code, with on-demand access to technical documentation. It functions as a lightweight, installable Python package with a command-line interface and an MCP (Model Context Protocol) server. Users can create project-based documentation collections, ingest content from local files or through smart web scraping, and leverage a local LanceDB vector database for efficient embedding and search. This tool bridges the gap between LLMs and extensive technical knowledge bases, allowing for intelligent documentation retrieval during coding and development tasks.