shinprshinprCommunityยท1 Agent Skills Included

mcp-local-rag

Private local document indexing and hybrid semantic search

Indexes PDF, DOCX, Markdown, and text files on your machine and searches them with combined semantic and keyword matching. Keeps confidential documents fully local, removing the need for external embedding APIs, per-query costs, or cloud uploads. Works from the terminal or any MCP-compatible coding client, with sync, context expansion, and optional PDF figure captions.
npx skills add shinpr/mcp-local-rag --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install mcp-local-rag?โ–ผ

Run `npx skills add shinpr/mcp-local-rag --all -g -y` in your terminal to install the skill globally.

How to search private documents without the cloud?โ–ผ

mcp-local-rag parses, embeds, and indexes your files entirely on your own machine, so no document content ever leaves your device.

What file types does mcp-local-rag support?โ–ผ

It ingests PDF, DOCX, TXT, and Markdown files, plus HTML or plain text passed directly by the client.

Does mcp-local-rag work with Claude Code and Cursor?โ–ผ

Yes. It runs as a standard local MCP server over stdio, so it works with Claude Code, Cursor, Codex, and other MCP hosts.

Do I need an API key or Docker to run it?โ–ผ

No. It only requires Node.js 22 or later; embeddings, storage, and search all run locally with no external services.

Related Repositories in Data & Analytics

View All in Data & Analyticsโ†’