Rag Vault
Rank #8,049io.github.RobThePCGuy/rag-vault
MCP server providing rag-vault capabilities
Rag Vault is a Model Context Protocol (MCP) server published by RobThePCGuy. It ranks #8,049 of 115,591 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. Rag Vault is listed across 3 registries — Official MCP, PulseMCP and Glama, with 6 tracked versions. It was first listed on Jan 26, 2026 and most recently updated on Feb 14, 2026.
Ranks ahead of 107,542 of 115,591 servers on MCP Toplist.
Use Rag Vault
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add rag-vault -e "BASE_DIR=<your BASE_DIR>" -e "DB_PATH=<your DB_PATH>" -e "CACHE_DIR=<your CACHE_DIR>" -e "MODEL_NAME=<your MODEL_NAME>" -e "RAG_HYBRID_WEIGHT=<your RAG_HYBRID_WEIGHT>" -e "RAG_GROUPING=<your RAG_GROUPING>" -- npx -y @robthepcguy/rag-vaultReplace each placeholder with your own value before saving.
[mcp_servers.rag-vault]
command = "npx"
args = ["-y", "@robthepcguy/rag-vault"]
[mcp_servers.rag-vault.env]
BASE_DIR = "<your BASE_DIR>"
DB_PATH = "<your DB_PATH>"
CACHE_DIR = "<your CACHE_DIR>"
MODEL_NAME = "<your MODEL_NAME>"
RAG_HYBRID_WEIGHT = "<your RAG_HYBRID_WEIGHT>"
RAG_GROUPING = "<your RAG_GROUPING>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"rag-vault": {
"command": "npx",
"args": [
"-y",
"@robthepcguy/rag-vault"
],
"env": {
"BASE_DIR": "<your BASE_DIR>",
"DB_PATH": "<your DB_PATH>",
"CACHE_DIR": "<your CACHE_DIR>",
"MODEL_NAME": "<your MODEL_NAME>",
"RAG_HYBRID_WEIGHT": "<your RAG_HYBRID_WEIGHT>",
"RAG_GROUPING": "<your RAG_GROUPING>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"rag-vault": {
"command": "npx",
"args": [
"-y",
"@robthepcguy/rag-vault"
],
"env": {
"BASE_DIR": "<your BASE_DIR>",
"DB_PATH": "<your DB_PATH>",
"CACHE_DIR": "<your CACHE_DIR>",
"MODEL_NAME": "<your MODEL_NAME>",
"RAG_HYBRID_WEIGHT": "<your RAG_HYBRID_WEIGHT>",
"RAG_GROUPING": "<your RAG_GROUPING>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"rag-vault": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@robthepcguy/rag-vault"
],
"env": {
"BASE_DIR": "<your BASE_DIR>",
"DB_PATH": "<your DB_PATH>",
"CACHE_DIR": "<your CACHE_DIR>",
"MODEL_NAME": "<your MODEL_NAME>",
"RAG_HYBRID_WEIGHT": "<your RAG_HYBRID_WEIGHT>",
"RAG_GROUPING": "<your RAG_GROUPING>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"rag-vault": {
"command": "npx",
"args": [
"-y",
"@robthepcguy/rag-vault"
],
"env": {
"BASE_DIR": "<your BASE_DIR>",
"DB_PATH": "<your DB_PATH>",
"CACHE_DIR": "<your CACHE_DIR>",
"MODEL_NAME": "<your MODEL_NAME>",
"RAG_HYBRID_WEIGHT": "<your RAG_HYBRID_WEIGHT>",
"RAG_GROUPING": "<your RAG_GROUPING>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"rag-vault": {
"command": "npx",
"args": [
"-y",
"@robthepcguy/rag-vault"
],
"env": {
"BASE_DIR": "<your BASE_DIR>",
"DB_PATH": "<your DB_PATH>",
"CACHE_DIR": "<your CACHE_DIR>",
"MODEL_NAME": "<your MODEL_NAME>",
"RAG_HYBRID_WEIGHT": "<your RAG_HYBRID_WEIGHT>",
"RAG_GROUPING": "<your RAG_GROUPING>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.RobThePCGuy%2Frag-vault)<a href="https://mcptoplist.com/server/io.github.RobThePCGuy%2Frag-vault"><img src="https://mcptoplist.com/badge/io.github.RobThePCGuy%2Frag-vault.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
RobThePCGuy
Other servers by RobThePCGuy
View all RobThePCGuy servers →Available versions (6)
| Version | Published |
|---|---|
| 1.5.3 | Feb 14, 2026 |
| 1.5.1 | Feb 12, 2026 |
| 1.3.1 | Feb 3, 2026 |
| 1.1.0 | Jan 31, 2026 |
| 1.0.0 | Jan 28, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Rag Vault?
- Rag Vault is maintained by RobThePCGuy, which publishes 2 MCP servers (6 total versions) tracked on MCP Toplist.
- Is Rag Vault listed on the Official MCP Registry?
- Yes — Rag Vault is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Rag Vault have?
- MCP Toplist tracks 6 versions of Rag Vault, most recently published on Feb 14, 2026.
- Where can I find the source code for Rag Vault?
- The source code for Rag Vault is hosted at github.com/robthepcguy/rag-vault.