jesse-merhi/rag-anything-mcp
If you are the rightful owner of rag-anything-mcp 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 providing RAG capabilities for document processing and querying with multimodal support.
Tools
Functions exposed to the LLM to take actions
process_directory
Processes all files in a directory for comprehensive RAG indexing with multimodal support.
process_single_document
Processes a single document with full multimodal analysis.
query_directory
Executes a pure text query against processed documents using LightRAG.
query_with_multimodal_content
Performs enhanced queries with additional multimodal content.
list_processed_directories
Lists all directories that have been processed and are available for querying.
get_rag_info
Retrieves detailed information about the RAG configuration and status for a directory.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client