mcpbeat Sign in

Minirag MCP Server

by sfrangulov Your server? Claim it
local only

Minirag MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 278 installs a week from pypi. Last commit 10 Aug 2026.

Local-first RAG MCP server: hybrid search over a folder of your own documents

Installs per day peak 2 075 · avg 173 · +5% w/w
a month agotoday
278
Installs / week
pypi · minirag-mcp
65
Stars
1 open issues
10 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Minirag MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add minirag-mcp -- uvx minirag-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "minirag-mcp": {
      "args": [
        "minirag-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.minirag-mcp]
command = "uvx"
args = ["minirag-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "minirag-mcp": {
      "args": [
        "minirag-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "minirag-mcp": {
      "args": [
        "minirag-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Minirag MCP

same job, measured the same way
RAG Vault
by robthepcguy

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

210 installs/wk local only
haiku.rag
by ggozad

Local-first agentic RAG with citations - hybrid search, reranking, multimodal document retrieval

2 741 installs/wk local only
X Archive RAG
by mameshivaa

Local-first MCP tools for searching and drafting from your X/Twitter archive.

local only
Local FAISS MCP Server
by nonatofabio

Local FAISS vector database for RAG with document ingestion, semantic search, and MCP prompts.

92 installs/wk local only
Continuum
by pouyahasanamreji

Shared memory + orchestration for your coding agents. Local-first MCP, vector RAG.

local only
quillrag
by ayush-yadav11

Single-binary local RAG MCP server in Rust. MiniLM compiled in, hybrid search, zero deps.

local only
OmniClip RAG
by ellismorrow

Read-only local-first MCP server for private Markdown, PDF, and Tika-backed search on Windows.

local only
OmniClip RAG
by msjsc001

Read-only local-first MCP server for private Markdown, PDF, and Tika-backed search on Windows.

local only

Minirag MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Minirag MCP?
Minirag MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package minirag-mcp was installed 278 times last week.
How do I connect Minirag MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls minirag-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Minirag MCP?
The pypi package minirag-mcp was installed 278 times in the last week. Week over week that is +5%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Minirag MCP open source?
Yes — it is published under the MIT licence, written in Python, 65 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.