Google PageRank for AI agents. 25,000+ tools indexed.

mcp-local-rag by nkapila6

#1491 of 4710 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

You have 9 open vs 2 closed issues — triaging stale issues improves health

Platforms medium impact

Only 1 platform listed — publishing to more platforms improves your score

Badge

AgentRank score for mcp-local-rag by nkapila6
[![AgentRank](https://agentrank-ai.com/api/badge/skill/glama-nkapila6--mcp-local-rag)](https://agentrank-ai.com/skill/glama-nkapila6--mcp-local-rag/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge)
<a href="https://agentrank-ai.com/skill/glama-nkapila6--mcp-local-rag/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge"><img src="https://agentrank-ai.com/api/badge/skill/glama-nkapila6--mcp-local-rag" alt="AgentRank"></a>

Supported Platforms

MCP

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 →