MCP profile
Github RobThePCGuy Rag Vault
Local RAG MCP server with hybrid search, PDF/DOCX support, and zero-config setup
Security & IdentityPackageJavaScript/TypeScriptOpen SourceExternal
Last updated
March 16, 2026
Visibility
Public
ByRegistry
About This MCP Server
RAG Vault gives AI coding assistants fast access to your private documents such as API specs, research papers, and internal docs. Indexing and search run locally, and your data stays on your machine unless you explicitly ingest content from a remote URL.
One command to run, minimal setup, privacy by default.
Tools & Endpoints1
Specifications
Status
live
Industry
Security & Identity
Category
General
Server type
Package
Language
JavaScript/TypeScript
License
Open Source
Verified
Yes
Requirements
- For enhanced AI guidance on query formulation and result interpretation
- install the RAG Vault skills:
Hosting
Hosting Options
- Package
API
Integrate this server into your application. Choose a connection method below.
1
Configure
Configuration
json
{
"mcpServers": {
"local-rag": {
"type": "stdio",
"command": "npx",
"args": ["-y", "github:RobThePCGuy/rag-vault"],
"env": {
"BASE_DIR": "./documents",
"DB_PATH": "./documents/.rag-db",
"CACHE_DIR": "./.cache",
"RAG_EMBEDDING_DEVICE": "cpu",
"RAG_HYBRID_WEIGHT": "0.6",
"RAG_GROUPING": "related"
}
}
}
}Performance
Usage
Quick Reference
- Name
- Github RobThePCGuy Rag Vault
- Function
- Local RAG MCP server with hybrid search, PDF/DOCX support, and zero-config setup
- Available Tools
- The web server exposes a REST API for programmatic access. Set RAG_API_KEY to require authentication:
- Transport
- Package
- Language
- JavaScript/TypeScript
- Source
- External (Registry)
- License
- Open Source
Get started
Ready to integrate this MCP server?
Book a demo to see how this server fits your workflow, or explore the full catalog.