mcp-rag-server

agarwalvishal/mcp-rag-server
★ 2 stars Python 🤖 AI/LLM Updated 1d ago
MCP RAG server — local embeddings, your docs never leave your machine. Private knowledge base + web search for Claude, Cursor, and Ollama. Drop your docs, connect your AI client, done.
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": {
    "mcp-rag-server": {
      "command": "uvx",
      "args": [
        "mcp-rag-server"
      ]
    }
  }
}

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

Topics

claudecursorknowledge-basellmlocal-embeddingslocal-llmmcpmcp-serverollamaprivacypythonqdrantragretrieval-augmented-generationself-hosted