MCP-RAG-Server

amine-LabsCraft/MCP-RAG-Server
★ 0 stars Python AI/LLM Updated today
Un serveur MCP local qui connecte Claude Desktop à votre base de données et vos documents internes — sans cloud, sans Docker, sans clé API.
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": {
    "mcp-rag-server": {
      "command": "uvx",
      "args": [
        "mcp-rag-server"
      ]
    }
  }
}

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