{"type":"mcp_server","name":"mcp-local-rag","description":"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","category":"AI","language":"Python","stars":126,"forks":0,"owner":"nkapila6","github_url":"https://github.com/nkapila6/mcp-local-rag","homepage":null,"setup":"## Setup\n1. Install `uv`: https://docs.astral.sh/uv/\n\n### If you do not want to clone in Step 2.\nJust paste this directly into Claude config, using the configuration paths here: https://modelcontextprotocol.io/quickstart/user\n```json\n{\n    \"mcpServers\": {\n        \"mcp-local-rag\":{\n            \"command\": \"uvx\",\n            \"args\": [\n            \"--python=3.10\",\n            \"--from\",\n            \"git+https://github.com/nkapila6/mcp-local-rag\",\n            \"mcp-local-rag\"\n            ]\n        }\n    }\n}\n```\n\n### Otherwise:\n2. Clone this GitHub repository (OPTIONAL, can be skipped with above config)\n```terminal\ngit clone https://github.com/nkapila6/mcp-local-rag\n```\n\n3. Add the following to your Claude config, using the configuration paths here: https://modelcontextprotocol.io/quickstart/user\n```json\n{\n  \"mcpServers\": {\n    \"mcp-local-rag\": {\n      \"command\": \"uv\",\n      \"args\": [\n        \"--directory\",\n        \"<path where this folder is located>/mcp-local-rag/\",\n        \"run\",\n        \"src/mcp_local_rag/main.py\"\n      ]\n    }\n  }\n}\n```","tools":"## Available Tools\n\n1.  \"primitive\" RAG-like web search (Provides a local RAG-like web search capability).\n2.  Model context protocol (MCP) server (Acts as an MCP server for Claude).\n3.  Local operation (Runs locally without APIs).\n","faq":null,"created_at":"2025-03-13T09:20:19+00:00","updated_at":"2025-03-24T12:52:18+00:00","source_url":"https://model-context-protocol.com/servers/local-rag-web-search-context-server","related_articles":[]}