rag-vault
About
Local RAG MCP server with hybrid search, PDF/DOCX support, and zero-config setup
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
BASE_DIR DB_PATH CACHE_DIR MODEL_NAME RAG_HYBRID_WEIGHT RAG_GROUPINGClaude Code
claude mcp add --env BASE_DIR= --env DB_PATH= --env CACHE_DIR= --env MODEL_NAME= --env RAG_HYBRID_WEIGHT= --env RAG_GROUPING= rag-vault -- npx @robthepcguy/rag-vault
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"rag-vault","command":"npx","args":["@robthepcguy/rag-vault"],"env":{"BASE_DIR":"","DB_PATH":"","CACHE_DIR":"","MODEL_NAME":"","RAG_HYBRID_WEIGHT":"","RAG_GROUPING":""}}'
JSON
{
"mcpServers": {
"rag-vault": {
"command": "npx",
"args": [
"@robthepcguy/rag-vault"
],
"env": {
"BASE_DIR": "",
"DB_PATH": "",
"CACHE_DIR": "",
"MODEL_NAME": "",
"RAG_HYBRID_WEIGHT": "",
"RAG_GROUPING": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.