kwanLeeFrmVi/mcp-rag-server
mcp-rag-server is a Model Context Protocol (MCP) server that enables Retrieval Augmented Generation (RAG) capabilities. It empowers Large Language Models (LLMs) to answer questions based on your document content by indexing and retrieving relevant information efficiently.
Platform-specific configuration:
{
"mcpServers": {
"mcp-rag-server": {
"command": "npx",
"args": [
"-y",
"mcp-rag-server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...