mcp-rag-server

Steven-Herrera/mcp-rag-server
★ 0 stars Python 🗄️ Database Updated 1d ago
A containerized Retrieval Augmented Generation (RAG) Model Context Protocol (MCP) Server using Qdrant as the database. This RAG MCP server is deployed to a High Availability (HA) 3-node proxmox cluster hosting a 3-node HA k3s cluster. The k3s cluster reside in a Virtual Local Area Network (VLAN) that is separate from the proxmox cluster's LAN.
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": {
    "mcp-rag-server": {
      "command": "uvx",
      "args": [
        "mcp-rag-server"
      ]
    }
  }
}

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