Local RAG MCP server with hybrid search, PDF/DOCX support, and zero-config setup
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y @robthepcguy/rag-vault
MCP client config
{
"mcpServers": {
"rag-vault": {
"command": "npx",
"args": [
"-y",
"@robthepcguy/rag-vault"
]
}
}
}