Quillrag MCP Server

One file. Zero dependencies. Ready before your editor finishes loading. A local RAG engine in a single static binary - MiniLM embeddings compiled inside, hybrid dense + BM25 retrieval, MCP-native. No Node, no Python, no model download on first query. Its README documents 4 tools, including rag_index, rag_search, rag_status.

People who work with embeddings, local first and rag and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in Rust.

VERIFIED ACTIVE

LAST COMMIT 2026-09-17 · ★ 2 · #101 OF 106 MAINTAINED AI & ML · VERIFIED 2026-09-18

MIT · Rust servers · how we verify → /methodology

01 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

repo age created 2026-08-25 - young repo, little track record yet

license MIT - declared in the repository

registry namespace io.github.Ayush-yadav11 is GitHub-verified and matches the repo owner

02 · What Quillrag can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

An agent gets 4 documented tools, including rag_index, rag_search, rag_status, rag_clear.

The 4 tools it gives your agent

Extracted from the project's README - what quillrag lets an agent do.

rag_index
- Incrementally index a directory/file. Skips unchanged files, re-embeds only diffs. Pruning is scoped to the directory you pass: docs indexed from other roots ar
rag_search
- Hybrid retrieval: dense MiniLM cosine + BM25 keyword, fused with Reciprocal Rank Fusion. Returns ranked chunks with source paths.
rag_status
- Document/chunk counts, bytes indexed, file-type breakdown.
rag_clear
- Wipe everything.

Latest releases

v0.1.6 · 2026-09-17

v0.1.4 · 2026-08-27

v0.1.3 · 2026-08-27

03 · Who maintains Quillrag

quillrag is maintained by ayush-yadav11. It's the only MCP server we track from this author; the repo dates to Aug 2026.

04 · Facts

category
AI & ML - ranked #101 of 106 actively-maintained AI & ML servers as of 2026-09-18.
release cadence
6 releases in the last 90 days (latest 2026-09-17)
registry
io.github.Ayush-yadav11/quillrag (active, first published 2026-08-26 · 2 versions)

05 · Quillrag FAQ

Is Quillrag still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-17 and it shipped 6 releases in the last 90 days. We re-verify nightly.

What can Quillrag do?

An agent gets 4 documented tools, including rag_index, rag_search, rag_status, rag_clear.

06 · Alternatives to Quillrag