shinpr/mcp-local-rag
Privacy-first document search server running entirely locally. Supports semantic search over PDFs, DOCX, TXT, and Markdown files with LanceDB vector storage and local embeddings - no API keys or cloud services required.
Quick Start
Clone the repository:
git clone https://github.com/shinpr/mcp-local-ragClaude Desktop configuration example:
{
"mcpServers": {
"shinpr-mcp-local-rag": {
"command": "npx",
"args": [
"-y",
"shinpr/mcp-local-rag"
]
}
}
}Check the repository README for specific installation and configuration instructions.