AI / MLPython
MODULAR-RAG-MCP-SERVER
A modular RAG (Retrieval-Augmented Generation) system with MCP Server architecture for AI agents.
N/A rating (0 reviews)0 installs747 GitHub stars
RAGMCPAI
This project integrates core components of RAG such as Hybrid Search, Image Captioning, and LLM Response generation into a cohesive framework. It allows for easy adaptation to various business needs through a pluggable architecture.
Compatible with
Claude DesktopCursor
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"modular-rag-mcp-server-1": {
"args": [
"modular-rag-mcp-server"
],
"command": "uvx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.