mcp-docs-rag

mcp-docs-rag

3.4

If you are the rightful owner of mcp-docs-rag 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.

This is a TypeScript-based MCP server implementing a RAG system for documents stored in a local directory.

list_documents

Lists all available documents in the DOCS_PATH directory, showing a formatted list and total count.

rag_query

Queries documents using RAG, taking document_id and query as parameters to return AI-generated responses.

add_git_repository

Clones a Git repository to the docs directory with optional sparse checkout, taking repository_url and optional parameters.

add_text_file

Downloads a text file to the docs directory using wget, taking file_url as a parameter.