Hitesh-Saha/RAG-MCP-Server
3.2
If you are the rightful owner of RAG-MCP-Server 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.
A Retrieval Augmented Generation (RAG) server implementing the Model Context Protocol (MCP) for document management and search.
Tools
Functions exposed to the LLM to take actions
embed_document
Embed a document into the vector database.
search_documents
Search through embedded documents using natural language.
list_documents
View all documents in the database.
get_database_stats
View statistics about the database.
delete_document
Remove a document from the database.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client