A modular RAG (Retrieval-Augmented Generation) system with MCP Server architecture. Using Skill to make AI follow each step of the spec and complete the code 100% by AI.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"modular-rag-mcp-serv": {
"command": "uvx",
"args": [
"modular-rag-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add modular-rag-mcp-serv uvx modular-rag-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"modular-rag-mcp-serv": {
"command": "uvx",
"args": [
"modular-rag-mcp-server"
]
}
}
}
📋 Copy
Or install with pip: pip install modular-rag-mcp-server