rag-mcp-server

Sebaescu/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.

The RAG MCP Server is a production-ready Retrieval-Augmented Generation server implementing the Model Context Protocol, designed for seamless integration with AI assistants like Cline.

Tools

Functions exposed to the LLM to take actions

rag_query

Query the RAG system for relevant documents.

rag_add_document

Add a single document to the system.

rag_add_documents

Batch add multiple documents (more efficient).

rag_delete_document

Delete a document by ID.

rag_index_website

Crawl and index an entire website.

rag_get_stats

Get system statistics and health information.

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources