powder-o/MCP-RAGbot
If you are the rightful owner of MCP-RAGbot 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.
The Model Context Protocol (MCP) server is designed to facilitate seamless interaction between various components of a Retrieval-Augmented Generation (RAG) chatbot system, leveraging advanced document management and search capabilities.
Tools
Functions exposed to the LLM to take actions
search_documents
Search for relevant documents in the knowledge base.
add_document
Add new document content to the vector store.
add_file
Add a file's content to the vector store.
get_collection_info
Retrieve statistics and information about the document collection.
delete_document
Remove documents from the store.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client