Security
Trust: 39/100 (Limited)io.github.RobThePCGuy/rag-vault Guide
Local RAG MCP server with hybrid search, PDF/DOCX support, and zero-config setup
by RobThePCGuy
Quick Start
Install
npx @robthepcguy/rag-vaultClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-robthepcguy-rag-vault": {
"command": "npx",
"args": [
"@robthepcguy/rag-vault"
]
}
}
}