RAG-MCP-Server

RafaelEstanislau/RAG-MCP-Server
★ 0 stars Python 🤖 AI/LLM Updated today
A personal semantic search engine over your Google Drive reference library, exposed as an MCP server and connectable to Claude.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": {
    "rag-mcp-server": {
      "command": "uvx",
      "args": [
        "rag-mcp-server"
      ]
    }
  }
}

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

README Excerpt

A personal semantic search engine over your Google Drive reference library, exposed as an MCP server and connectable to Claude.ai. --- | | Native Drive connection | This RAG server | |---|---|---| | **How it works** | Dumps raw file content into context | Embeds chunks as vectors, retrieves only relevant ones |

Tools (3)

list_paperssearch_referencessync_drive