A Local-First Document Retrieval MCP

Mobile-Muffin2532 · reddit · 2026-07-18

nowdocs is a local-first document retrieval MCP service designed for coding agents.

The author's core motivation: developers often want agents to fetch the latest framework documentation without sending every query, embedding, and indexing task to a cloud RAG service. To solve this, nowdocs handles document ingestion, vectorization, and hybrid search entirely locally, exposing only read-only search/list tools via standard MCP input/output.

Its boundary design is also very clear:

The author primarily wants feedback: for those building coding agents, is this kind of document retrieval better suited as an MCP server, a local CLI, or some other form?

Original post →

More from coding & agent

coding & agent channel →