Local Documentation MCP Server
nowdocs
A local, single-binary MCP server that gives coding agents current third-party documentation. Indexes Next.js, React, and Vue docsets locally using hybrid search (semantic + BM25) and reciprocal-rank fusion (RRF) to serve local LLM clients over stdio.
One Rust BinaryStdio MCP ServerLocal EmbeddingsNo Listening Port
Hybrid Search & RRF
Combines semantic vector search with BM25 keyword matching using Reciprocal Rank Fusion
Zero Network Overhead
Runs entirely on the local loop via stdio without binding listening ports or exposing endpoints
Local Embeddings
Candle-based model downloads and caches jina-embeddings-v2-small-en model (~66MB) locally
Cross-Platform Binaries
Optimized prebuilt release binaries compiled for macOS, Linux, and Windows