mcpbeat Sign in

RAG MCP Server

local only

RAG runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 25 May 2026.

MCP RAG server with hybrid search, multi-KB support, and AI-powered chunk contextualization.

Installs / week
not published
0
Stars
0 open issues
25 May 2026
Last commit
from GitHub
MIT
License
C#

What the code does

We read the source, 22 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

            Process.Start(psi);

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Alternatives to RAG

same job, measured the same way
RAG Vault
by robthepcguy

Local RAG MCP server with hybrid search, PDF/DOCX support, and zero-config setup

69 installs/wk local only
Contextual MCP Server
by nitishgourishetty

RAG-enabled MCP server using Contextual AI. Supports single-agent and multi-agent modes.

73 installs/wk local only
Deeprepo
by abhishek2432001

Productivity-boosting RAG engine for codebases with multi-provider AI support and semantic search.

local only
Fusionpact Vectordb
by atul-fusionpact

Hybrid vector + reasoning retrieval, agent memory, multi-agent orchestration, MCP server, and RAG.

33 installs/wk local only
Postgres MCP
by pgedge

Enterprise PostgreSQL MCP server with NL queries, hybrid search (pgvector+BM25), and web UI

local only
SQL Server MCP (macOS)
by tharanabope

SQL Server MCP with RAG capabilities for macOS (Docker SQL Server support)

25 installs/wk local only
SQL Server MCP (Windows)
by tharanabope

SQL Server MCP with RAG capabilities for Windows (native ODBC support)

35 installs/wk local only
ScrapeNest
by scrapenest

Web search, scraping, RAG answers with citations, and translation as MCP tools.

answering

RAG — questions

Answers built from our own checks of this server.

Why is there no uptime for RAG?
RAG runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone.
Is RAG open source?
Yes — it is published under the MIT licence, written in C# and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.