Odel
rag vault

rag vault

Local
@robthepcguy2TypeScriptUpdated Today

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).

npm@robthepcguy/rag-vaultv1.5.3

Run

npx -y @robthepcguy/rag-vault

MCP client config

{
  "mcpServers": {
    "rag-vault": {
      "command": "npx",
      "args": [
        "-y",
        "@robthepcguy/rag-vault"
      ]
    }
  }
}