RAG Vault MCP Server

Your documents. Your machine. Your control. RAG Vault lets your AI coding assistant search your private documents, things like API specs, research papers, and internal docs. Everything runs locally and your data stays on your machine unless you choose to pull in content from a remote URL.

People connecting AI & ML tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-20 · ★ 2 · #26 OF 95 MAINTAINED AI & ML · VERIFIED 2026-08-25

NOASSERTION · TypeScript servers · how we verify → /methodology

01 · Install RAG Vault

before you install - you'll need

Set BASE_DIR, RAG_HYBRID_WEIGHT, RAG_GROUPING before connecting. DB_PATH, CACHE_DIR, RAG_EMBEDDING_DEVICE are optional or environment-specific per the README.

Claude Code

claude mcp add robthepcguy-rag-vault -- npx -y @robthepcguy/rag-vault

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license no standard license detected - usage rights unclear; check the repo before commercial use

npm package @robthepcguy/rag-vault - published under the repo owner's npm scope (@robthepcguy)

registry namespace io.github.RobThePCGuy is GitHub-verified and matches the repo owner

03 · What RAG Vault can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v1.10.0 · 2026-08-20

Security · Web and remote servers now bind to 127.0.0.1 by default (previously 0.0.0.0). When RAG_API_KEY is unset there is no auth, so binding to all interfaces exposed the API - search, ingest, directory listing, and…

v1.5.2 · 2026-02-12

v1.5.0 · 2026-02-11

04 · Who maintains RAG Vault

rag-vault is maintained by robthepcguy. It's the only MCP server we track from this author; the repo dates to Jan 2026.

05 · Facts

category
AI & ML - ranked #26 of 95 actively-maintained AI & ML servers as of 2026-08-25.
release cadence
1 release in the last 90 days (latest 2026-08-20)
registry
io.github.RobThePCGuy/rag-vault (active, first published 2026-01-28 · 5 versions)
packages
npm:@robthepcguy/rag-vault

06 · RAG Vault FAQ

What is RAG Vault?

Your documents. Your machine. Your control. RAG Vault lets your AI coding assistant search your private documents, things like API specs, research papers, and internal docs. Everything runs locally and your data stays on your machine unless you choose to pull in content from a remote URL.

Is RAG Vault still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-20 and it shipped 1 release in the last 90 days. We re-verify nightly.

How do I install RAG Vault?

Run `npx -y @robthepcguy/rag-vault`. The README documents 6 environment variables (BASE_DIR, DB_PATH, CACHE_DIR…) to set first. Set BASE_DIR, RAG_HYBRID_WEIGHT, RAG_GROUPING before connecting. DB_PATH, CACHE_DIR, RAG_EMBEDDING_DEVICE are optional or environment-specific per the README. You can also paste the ready-made client config above.

Does RAG Vault run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to RAG Vault