libregistry
Registry
Models
Docker
IAM
MCP
Docs
Sign in with Google
MCP Servers
/
search
/ Local RAG
Local RAG
JSON →
http
none
★ 281
search
Privacy-first local RAG server for semantic document search without external APIs
github ↗
Install
How to run this server
[ { "cmd": "npx -y mcp-local-rag", "imports": [] } ]
server path:
local-rag-2
Tools
What this server exposes
ingest_file
Ingest a document file (PDF, DOCX, TXT, Markdown) into the local vector database. Supports optional visual mode for PDFs with figures.
ingest_data
Ingest raw text data directly into the local vector database.
query_documents
Search ingested documents using semantic search with keyword boost for exact technical terms.
read_chunk_neighbors
Read neighboring chunks around a specific chunk for context.
list_files
List all ingested files in the local vector database.
delete_file
Delete an ingested file from the local vector database.
status
Get the status of the MCP server and vector database.
Configuration
Environment & auth
auth
none
Resources
github
https://github.com/shinpr/mcp-local-rag ↗
Local RAG — MCP Server · libregistry