ryan-m-bishop/docrag
3.2
If you are the rightful owner of docrag and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
DocRAG is a lightweight Python package that provides Retrieval Augmented Generation (RAG) access to technical documentation through a Model Context Protocol (MCP) server, enabling LLMs to search and retrieve relevant documentation on-demand.
Tools
Functions exposed to the LLM to take actions
search_docs
Search through indexed documentation collections
list_collections
List all available documentation collections
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client