mcp-local-rag and supernova-mcp-rag
The projects are ecosystem siblings, with `shinpr/mcp-local-rag` being a more developed, zero-setup local RAG server for developers, and `shabib87/supernova-mcp-rag` serving as a practical proof-of-concept demonstrating how to build and run such a server with Node.js and TypeScript, likely leveraging the underlying concepts or a predecessor of `mcp-local-rag`.
About mcp-local-rag
shinpr/mcp-local-rag
Local-first RAG server for developers using MCP. Semantic + keyword search for code and technical docs. Fully private, zero setup.
This tool helps developers quickly find answers within their technical documentation and codebase. You feed it your code, internal specs, research papers, or API docs (PDFs, Word docs, text files, or HTML from websites), and it provides relevant snippets in response to your questions. It's designed for developers who need to search their private, sensitive, or offline project documents.
About supernova-mcp-rag
shabib87/supernova-mcp-rag
A practical POC demonstrating how to build and run a local MCP server with Retrieval-Augmented Generation (RAG) for semantic search over internal documentation. Leverages Node.js, TypeScript, Hugging Face embeddings, and an in-memory vector store to enable fast, context-aware answers in tools like Cursor.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work