Back to MCP Servers
🔌

nkapila6/mcp-local-rag

MIT

🏠 🐍 - "primitive" RAG-like web search model context protocol (MCP) server that runs locally. No APIs needed.

PythonSearch

Install

npx -y nkapila6-mcp-local-rag

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "nkapila6-mcp-local-rag": {
      "command": "npx",
      "args": [
        "-y",
        "nkapila6-mcp-local-rag"
      ]
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.