rahulretnan/mcp-ragdocs
If you are the rightful owner of mcp-ragdocs and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
An MCP server implementation that provides tools for retrieving and processing documentation through vector search, enabling AI assistants to augment their responses with relevant documentation context.
Tools
Functions exposed to the LLM to take actions
search_documentation
Search for documents through vectors and return relevant fragments and source information
list_sources
List all available document sources and their metadata
extract_urls
Extract URL from text and check if it already exists in the document
remove_documentation
Delete documents from specific sources
list_queue
List all items in the processing queue and their status
run_queue
Process all items in the queue and automatically add new documents to vector storage
clear_queue
Clear all items in the processing queue
add_documentation
Add new documents to the processing queue
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client