rag-mcp-server

but3k4/rag-mcp-server
★ 0 stars Python AI/LLM Updated 1mo ago
A local MCP server that indexes documents from configured directories and exposes semantic search to Claude Code, Claude Desktop, Cursor and VSCode. Works fully offline, no external API calls
View on GitHub → Try with Claude — $10 free →

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