MCP Directory
ServersClientsBlog

xASO - App Store Optimization

AI-powered App Store Optimization platform for mobile apps

Go to xASO
MCP Directory

Model Context Protocol Directory

MKSF LTD
Suite 8805 5 Brayford Square
London, E1 0SG

MCP Directory

  • About
  • Blog
  • Documentation
  • Contact

Menu

  • Servers
  • Clients

© 2025 model-context-protocol.com

The Model Context Protocol (MCP) is an open standard for AI model communication.
Powered by Mert KoseogluSoftware Forge
  1. Home
  2. Servers
  3. mcp-local-rag

mcp-local-rag

GitHub

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

83
0

Here's a summary of the README content, restructured for clarity and within the specified word count:

mcp-local-rag

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.

Installation

  1. Install uv from: https://docs.astral.sh/uv/

Configuration Options:

  • Direct Configuration: Paste the provided JSON directly into your Claude configuration (found at https://modelcontextprotocol.io/quickstart/user). This method avoids cloning the repository. The JSON configures the mcp-local-rag server to use uvx to install and run the project directly from the GitHub repository.
  • Cloning and Configuration: Alternatively, clone the repository using 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.

Example Use

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.

Repository

NK
nkapila6

nkapila6/mcp-local-rag

Created

March 13, 2025

Updated

March 24, 2025

Language

Python

Category

AI