mcp-local-rag by nkapila6
45 score
"primitive" RAG-like web search model context protocol server that runs locally. ✨ no APIs ✨
Ranked #1491 out of 4710 indexed tools.Actively maintained with commits in the last week.
Is this your tool? Claim this listing to add maintainer context, get a verified badge, and unlock analytics.
Claim listing → Signal Breakdown
Installs 264
Freshness 7d ago
Issue Health 18%
Stars 121
Platform Breadth 1 platform
Contributors 5
Description Good
How to Improve
Issue Health high impact
Platforms medium impact
Supported Platforms
From the README
<a href='https://github.com/nkapila6/mcp-local-rag/'></a>
# mcp-local-rag
"primitive" RAG-like web search model context protocol (MCP) server that runs locally. ✨ no APIs ✨
A RAG-based web search and deep research model context protocol (MCP) server that runs entirely locally. Features multi-engine research across 9+ search backends with semantic similarity ranking, and requires no API keys.
- [Features](#features)
- [Multi-Engine Deep Research](#multi-engine-deep-research)
- [Installation](#installation)
- [Run Directly via `uvx`](#run-directly-via-uvx)
- [Using Docker (recommended)](#using-docker-recommended)
- [Agent Skills](#agent-skills)
- [Security audits](#security-audits)
- [MCP Clients](#mcp-clients)
- [Examples on Claude Desktop](#examples-on-claude-desktop)
- [Result](#result)
- [Contributing](#contributing)
- [License](#license)
```mermaid
%%{init: {'theme': 'base'}}%%
flowchart TD
A[User] -->|1.Submits LLM Query| B[Language Model]
B -->|2.Sends Quer Read full README on GitHub →