rag-mcp-server

gaelsg/rag-mcp-server
★ 0 stars Python AI/LLM Updated today
Servidor MCP de RAG local (bge-m3 + Qdrant) sobre documentacion propia — Fase 3 de un roadmap de agentes DevOps
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

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

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