rag_mcp_server

quickmove/rag_mcp_server
★ 2 stars Python 🤖 AI/LLM Updated today
rag mac server
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": {
    "rag_mcp_server": {
      "command": "uvx",
      "args": [
        "rag-mcp-server"
      ]
    }
  }
}

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