Local RAG MCP server with hybrid search, PDF/DOCX support, and zero-config setup
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
@robthepcguy/rag-vault · npm · 1.5.3
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.RobThePCGuy/rag-vault",
"description": "Local RAG MCP server with hybrid search, PDF/DOCX support, and zero-config setup",
"repository": {
"url": "https://github.com/RobThePCGuy/rag-vault",
"source": "github"
},
"version": "1.5.3",
"websiteUrl": "https://github.com/RobThePCGuy/rag-vault#readme",
"packages": [
{
"registryType": "npm",
"identifier": "@robthepcguy/rag-vault",
"version": "1.5.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Base directory for document storage (defaults to current working directory)",
"format": "string",
"name": "BASE_DIR"
},
{
"description": "Path to LanceDB database directory (defaults to ./lancedb/)",
"format": "string",
"name": "DB_PATH"
},
{
"description": "Directory where Transformers.js models are cached (defaults to ./models/)",
"format": "string",
"name": "CACHE_DIR"
},
{
"description": "Embedding model name (defaults to Xenova/all-MiniLM-L6-v2)",
"format": "string",
"name": "MODEL_NAME"
},
{
"description": "Keyword boost strength for hybrid search. 0.0 = semantic only, 1.0 = keyword only. Default 0.6",
"format": "string",
"name": "RAG_HYBRID_WEIGHT"
},
{
"description": "Grouping mode: 'similar' (top group only) or 'related' (top 2 groups)",
"format": "string",
"name": "RAG_GROUPING"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-02-14T01:58:17.329823Z",
"publishedAt": "2026-02-14T01:58:17.329823Z",
"updatedAt": "2026-02-14T01:58:17.329823Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 1.5.3last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.