bjeremy23/rag-server
3.2
If you are the rightful owner of rag-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 Model Context Protocol (MCP) server for document vectorization and semantic search using RAG (Retrieval Augmented Generation).
Tools
Functions exposed to the LLM to take actions
add_document
Add and vectorize a document for RAG search.
search
Perform semantic search across all vectorized documents.
delete_document
Delete a document and all its chunks from the vector database.
list_documents
List all documents in the vector database with their metadata.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client