mcp-local-rag

nkapila6/mcp-local-rag
★ 118 stars Python 🔍 Search Updated 1mo ago
"primitive" RAG-like web search model context protocol (MCP) server that runs locally. ✨ no APIs ✨
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-local-rag": {
      "command": "uvx",
      "args": [
        "mcp-local-rag"
      ]
    }
  }
}

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

Topics

mcpmcp-servermodel-context-protocolragweb-seach