This repository provides a local, "primitive" RAG-like web search model context protocol (MCP) server that runs without external APIs. It allows Claude to access and use new information from web
Here's a summary of the README content, restructured for clarity and within the specified word count:
This project provides a local, "primitive" Retrieval-Augmented Generation (RAG)-like web search model using the Model Context Protocol (MCP). It operates locally without requiring external APIs.
uv from: https://docs.astral.sh/uv/mcp-local-rag server to use uvx to install and run the project directly from the GitHub repository.git clone https://github.com/nkapila6/mcp-local-rag. Then, add the second provided JSON configuration to your Claude settings, adjusting the --directory path to point to the cloned repository location. This config uses uv to run the src/mcp_local_rag/main.py script.When prompted to search the web, the model will request the use of the MCP server. The local rag_search function then provides the model with relevant information to answer the query.
nkapila6/mcp-local-rag
March 13, 2025
March 24, 2025
Python