hannesrudolph/mcp-ragdocs
Free提供通过向量搜索检索和处理文档工具的 MCP 服务器实现,使 AI 助手能用相关文档上下文增强响应。
About hannesrudolph/mcp-ragdocs
mcp-ragdocs is an MCP server implementation that provides tools for retrieving and processing documentation through vector search, enabling AI assistants to augment their responses with relevant documentation context. It features vector-based documentation search and retrieval, support for multiple documentation sources, semantic search capabilities, automated documentation processing, and real-time context augmentation for LLMs. The server includes tools such as search_documentation, list_sources, extract_urls, remove_documentation, list_queue, run_queue, and clear_queue, allowing users to search indexed documentation, manage sources, extract URLs from web pages, and control a processing queue for batch indexing.
Key Features
Pros & Cons
- Provides semantic search for documentation with relevance ranking
- Open-source and free to use
- Easy to set up as MCP server for integration with AI systems
- Includes queue management for batch processing of URLs
- Supports multiple documentation sources
- Requires running the MCP server infrastructure
- Documentation sources need to be indexed before searching
- May require additional setup for embedding models and vector storage
- Limited to text-based documentation; does not process images or video