MODULAR-RAG-MCP-SERVER

jerry-ai-dev/MODULAR-RAG-MCP-SERVER
★ 192 stars Python 🤖 AI/LLM Updated 1mo ago
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.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "modular-rag-mcp-serv": {
      "command": "uvx",
      "args": [
        "modular-rag-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install modular-rag-mcp-server