Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ”’ Security
  3. Vault MCP
V
Health: ActiveRecent health check succeeded.Last checked 8/10/2026, 11:53:51 PM

Vault MCP

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository1 GitHub StarsTotal stargazers on GitHub for the source repository (1 stars).

MCP server for credential isolation β€” bots use passwords and API keys without seeing them

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "vault-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "vault-mcp"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ”’ More in Security

Documentation Overview

Vault MCP

MCP server for credential isolation in LLM agents. Your bot uses passwords and API keys β€” but never sees them in its context window.

The Problem

Code
  User                     LLM                    Website
   β”‚                        β”‚                        β”‚
   β”‚  "password: MyP@ss!"   β”‚                        β”‚
   β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β–Ίβ”‚                        β”‚
   β”‚                        │──── MyP@ss! ──────────►│
   β”‚                        β”‚                        β”‚
   β”‚                        │◄──── 200 OK ───────────│
   β”‚                        β”‚                        β”‚
   β–Ό                        β–Ό                        β–Ό
                     β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
                     β”‚ MyP@ss! is   β”‚
                     β”‚ now stored   β”‚
                     β”‚ in LLM       β”‚
                     β”‚ context,     β”‚
                     β”‚ conversation β”‚
                     β”‚ history,     β”‚
                     β”‚ session logs β”‚
                     β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜

The Solution

Code
  User          Browser Form       Vault MCP         LLM          Website
   β”‚            (localhost)          β”‚                 β”‚              β”‚
   β”‚  ●●●●●●●●    β”‚                 β”‚                 β”‚              β”‚
   β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β–Ίβ”‚                 β”‚                 β”‚              β”‚
   β”‚               │── encrypt ─────►│                 β”‚              β”‚
   β”‚               β”‚                 │◄── vault_login ──              β”‚
   β”‚               β”‚                 │── fill form ───────────────────►│
   β”‚               β”‚                 │◄──── 200 OK ────────────────────
   β”‚               β”‚                 │── { status: ok }─►│            β”‚
   β”‚               β”‚                 β”‚                 β”‚              β”‚
   β–Ό               β–Ό                 β–Ό                 β–Ό              β–Ό
                              β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”  β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
                              β”‚ Password:    β”‚  β”‚ LLM context: β”‚
                              β”‚ AES-256-GCM  β”‚  β”‚              β”‚
                              β”‚ encrypted    β”‚  β”‚ "status: ok" β”‚
                              β”‚ on disk      β”‚  β”‚ (no password)β”‚
                              β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜  β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜

Scenarios

Scenario 1: First-time Login (vault_add β†’ vault_login)

The agent needs credentials it doesn't have. It calls vault_add() β€” a browser form opens where you enter the password. Then vault_login() fills the form via Chrome.

Code
  User              Claude Code           Vault MCP            Chrome
   β”‚                    β”‚                     β”‚                   β”‚
   β”‚ "Log me into       β”‚                     β”‚                   β”‚
   β”‚  Jira"             β”‚                     β”‚                   β”‚
   β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β–Ίβ”‚                     β”‚                   β”‚
   β”‚                    │── vault_list() ────►│                   β”‚
   β”‚                    │◄─ { credentials:[] }─                   β”‚
   β”‚                    β”‚                     β”‚                   β”‚
   β”‚                    │── vault_add ───────►│                   β”‚
   β”‚                    β”‚   { site: "jira" }  β”‚                   β”‚
   β”‚                    β”‚                     β”‚                   β”‚
   β”‚   β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”         β”‚                   β”‚
   β”‚   β”‚ Browser opens             β”‚         β”‚                   β”‚
   β”‚   β”‚ localhost:9900/add         β”‚         β”‚                   β”‚
   β”‚   β”‚                           β”‚         β”‚                   β”‚
   β”‚   β”‚ Site ID:  [jira]          β”‚         β”‚                   β”‚
   β”‚   β”‚ Email:    [me@work.com]   β”‚         β”‚                   β”‚
   β”‚   β”‚ Password: [●●●●●●●●●●]   β”‚         β”‚                   β”‚
   β”‚   β”‚ URL:      [jira.com/login]β”‚         β”‚                   β”‚
   β”‚   β”‚                           β”‚         β”‚                   β”‚
   β”‚   β”‚ [Add to Vault]            β”‚         β”‚                   β”‚
   β”‚   β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜         β”‚                   β”‚
   β”‚                β”‚                         β”‚                   β”‚
   β”‚                └── POST (encrypted) ────►│                   β”‚
   β”‚                                          β”‚                   β”‚
   β”‚                    │◄─ { status: ok } ────                   β”‚
   β”‚                    β”‚   site_id: "jira"   β”‚                   β”‚
   β”‚                    β”‚                     β”‚                   β”‚
   β”‚                    β”‚   (no password      β”‚                   β”‚
   β”‚                    β”‚    in this response) β”‚                   β”‚
   β”‚                    β”‚                     β”‚                   β”‚
   β”‚                    │── vault_login ─────►│                   β”‚
   β”‚                    β”‚   { site: "jira" }  │── decrypt ──┐     β”‚
   β”‚                    β”‚                     β”‚β—„β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜     β”‚
   β”‚                    β”‚                     │── fill email ────►│
   β”‚                    β”‚                     │── fill pass  ────►│
   β”‚                    β”‚                     │── click submit ──►│
   β”‚                    β”‚                     │◄─ page loaded ────
   β”‚                    β”‚                     │── clear pass ────►│
   β”‚                    β”‚                     β”‚                   β”‚
   β”‚                    │◄─ { status: ok,  ────                   β”‚
   β”‚                    β”‚    title: "Jira     β”‚                   β”‚
   β”‚                    β”‚    Dashboard" }     β”‚                   β”‚
   β”‚                    β”‚                     β”‚                   β”‚
   │◄── "You're logged  β”‚                     β”‚                   β”‚
   β”‚     into Jira!"    β”‚                     β”‚                   β”‚

Scenario 2: API Key Proxy (vault_api_request)

The agent makes an API call. Vault injects the API key into headers β€” the key never appears in the LLM context.

Code
  Claude Code           Vault MCP                  Stripe API
   β”‚                      β”‚                            β”‚
   │── vault_api_request β–Ίβ”‚                            β”‚
   β”‚   service: "stripe"  β”‚                            β”‚
   β”‚   url: "/v1/charges" β”‚                            β”‚
   β”‚   method: "GET"      β”‚                            β”‚
   β”‚                      │── decrypt API key          β”‚
   β”‚                      β”‚                            β”‚
   β”‚                      │── GET /v1/charges ────────►│
   β”‚                      β”‚   Authorization:           β”‚
   β”‚                      β”‚   Bearer sk-live-****      β”‚
   β”‚                      β”‚                            β”‚
   β”‚                      │◄── { data: [...] } ────────
   β”‚                      β”‚                            β”‚
   β”‚                      │── scan response            β”‚
   β”‚                      β”‚   for leaked key           β”‚
   β”‚                      β”‚   (replace with ***)       β”‚
   β”‚                      β”‚                            β”‚
   │◄── { status: ok,  ────                            β”‚
   β”‚     body: "..." }    β”‚                            β”‚
   β”‚                      β”‚                            β”‚
   β”‚   (API key NOT in    β”‚                            β”‚
   β”‚    this response)    β”‚                            β”‚

Scenario 3: Returning User (credentials already stored)

If credentials already exist, the agent skips vault_add and goes straight to vault_login:

Code
  User              Claude Code           Vault MCP            Chrome
   β”‚                    β”‚                     β”‚                   β”‚
   β”‚ "Open GitHub"      β”‚                     β”‚                   β”‚
   β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β–Ίβ”‚                     β”‚                   β”‚
   β”‚                    │── vault_list() ────►│                   β”‚
   β”‚                    │◄─ [{ siteId:       ──                   β”‚
   β”‚                    β”‚     "github",       β”‚                   β”‚
   β”‚                    β”‚     active: true }] β”‚                   β”‚
   β”‚                    β”‚                     β”‚                   β”‚
   β”‚                    │── vault_login ─────►│                   β”‚
   β”‚                    β”‚   { site: "github" }│── decrypt ───┐    β”‚
   β”‚                    β”‚                     β”‚β—„β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜    β”‚
   β”‚                    β”‚                     │── CDP login ─────►│
   β”‚                    β”‚                     │◄─ success ────────
   β”‚                    │◄─ { status: ok } ────                   β”‚
   β”‚                    β”‚                     β”‚                   β”‚
   │◄── "Done!"         β”‚                     β”‚                   β”‚

Scenario 4: Credential Revocation

Remove access instantly β€” the agent can no longer use the credential:

Code
  Admin (CLI)           Vault MCP            Claude Code
   β”‚                      β”‚                      β”‚
   │── vault-mcp remove   β”‚                      β”‚
   β”‚   "jira"             β”‚                      β”‚
   β”‚                      │── delete from store   β”‚
   β”‚                      │── audit: removed      β”‚
   │◄── "Removed: jira"   β”‚                      β”‚
   β”‚                      β”‚                      β”‚
   β”‚                      β”‚    ... later ...      β”‚
   β”‚                      β”‚                      β”‚
   β”‚                      │◄── vault_login ───────
   β”‚                      β”‚    { site: "jira" }  β”‚
   β”‚                      β”‚                      β”‚
   β”‚                      │── { status: FAIL, ──►│
   β”‚                      β”‚   "Credential not    β”‚
   β”‚                      β”‚    found: jira" }    β”‚
   β”‚                      β”‚                      β”‚

Scenario 5: Audit Trail

Every credential use is logged with a tamper-proof hash chain:

Code
  ~/.vault-mcp/audit.jsonl

  β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
  β”‚ evt_001 β”‚ credential.created β”‚ jira    β”‚ success β”‚ hash_1  β”‚
  β”‚         β”‚                    β”‚         β”‚         β”‚    β”‚    β”‚
  β”‚ evt_002 β”‚ credential.used    β”‚ jira    β”‚ success β”‚    β”‚    β”‚
  β”‚         β”‚ bot: claude        β”‚         β”‚         β”‚    β–Ό    β”‚
  β”‚         β”‚                    β”‚         β”‚ prevHash: hash_1  β”‚
  β”‚         β”‚                    β”‚         β”‚         β”‚ hash_2  β”‚
  β”‚         β”‚                    β”‚         β”‚         β”‚    β”‚    β”‚
  β”‚ evt_003 β”‚ credential.used    β”‚ jira    β”‚ success β”‚    β–Ό    β”‚
  β”‚         β”‚ bot: claude        β”‚         β”‚ prevHash: hash_2  β”‚
  β”‚         β”‚                    β”‚         β”‚         β”‚ hash_3  β”‚
  β”‚         β”‚                    β”‚         β”‚         β”‚    β”‚    β”‚
  β”‚ evt_004 β”‚ credential.removed β”‚ jira    β”‚ success β”‚    β–Ό    β”‚
  β”‚         β”‚                    β”‚         β”‚ prevHash: hash_3  β”‚
  β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜

  Modify any entry β†’ hash chain breaks β†’ tamper detected

  $ vault-mcp audit
  Chain integrity: VALID (4 entries)

Quickstart

bash
# 1. Clone and build
git clone https://github.com/Chill-AI-Space/vault-mcp.git
cd vault-mcp
npm install
npm run build

# 2. Register with Claude Code
claude mcp add -s user vault -- node ~/path/to/vault-mcp/dist/index.js

# 3. Use in Claude Code
#    "Log me into GitHub" β†’
#    Claude calls vault_add("github") β†’ browser form opens β†’ you enter password
#    Claude calls vault_login("github") β†’ Chrome logs in via CDP
#    Claude sees only { status: "success" }

Or add credentials via CLI (outside of Claude Code):

bash
vault-mcp add --site github --email you@example.com --url https://github.com/login
# Password is prompted interactively (masked with *)

MCP Tools

ToolWhat it doesWhat the LLM sees
vault_add(site_id?)Opens browser form for secure credential entry{ status, site_id }
vault_login(site_id)Logs into website via Chrome CDP{ status, page_title }
vault_api_request(service, url, ...)Makes API call with injected credentials{ status, body }
vault_list()Lists stored credentials[{ siteId, type, active }]
vault_status(site_id)Shows credential metadata + audit stats{ siteId, active, lastUsed }

What the LLM never sees: passwords, API keys, emails, tokens, encrypted data.

CLI Commands

bash
vault-mcp add                        # Interactive: add credential (password masked)
vault-mcp add --site X --email Y     # Semi-interactive
vault-mcp list                       # List credentials (no secrets)
vault-mcp remove <site_id>           # Remove credential
vault-mcp audit [site_id]            # View audit log + chain integrity
vault-mcp dashboard                  # Web UI on localhost:9900
vault-mcp serve                      # Start MCP server (for debugging)

Architecture

Code
vault-mcp/
β”œβ”€β”€ src/
β”‚   β”œβ”€β”€ index.ts              ── Entry: CLI or MCP mode (auto-detect)
β”‚   β”œβ”€β”€ server.ts             ── MCP server, 5 tools registered
β”‚   β”œβ”€β”€ cli.ts                ── CLI commands (commander + inquirer)
β”‚   β”œβ”€β”€ tools/
β”‚   β”‚   β”œβ”€β”€ vault-add.ts      ── Opens browser form, waits for submit
β”‚   β”‚   β”œβ”€β”€ vault-login.ts    ── Decrypt β†’ CDP β†’ fill form β†’ status
β”‚   β”‚   β”œβ”€β”€ vault-api.ts      ── Decrypt β†’ inject headers β†’ fetch β†’ sanitize
β”‚   β”‚   β”œβ”€β”€ vault-list.ts     ── Return metadata only
β”‚   β”‚   └── vault-status.ts   ── Metadata + audit stats
β”‚   β”œβ”€β”€ store/
β”‚   β”‚   β”œβ”€β”€ encrypted-store.ts ── AES-256-GCM CRUD, JSON file backend
β”‚   β”‚   └── keychain.ts        ── Master key: env var or auto-generate
β”‚   β”œβ”€β”€ browser/
β”‚   β”‚   └── cdp-bridge.ts     ── Playwright connectOverCDP, form fill
β”‚   β”œβ”€β”€ audit/
β”‚   β”‚   └── logger.ts         ── Append-only JSONL, SHA-256 hash chain
β”‚   └── dashboard/
β”‚       β”œβ”€β”€ server.ts         ── HTTP server (127.0.0.1:9900 only)
β”‚       β”œβ”€β”€ index.html        ── Full dashboard (CRUD + audit viewer)
β”‚       └── add.html          ── Focused add-credential form (for vault_add)
└── test/                     ── 29 tests including credential sanitization

Configuration

Env VariableDefaultDescription
VAULT_MASTER_KEY(auto-generated)Encryption key. Without it, a random key is saved to ~/.vault-mcp/.master-key
VAULT_CDP_URLhttp://localhost:9222Chrome DevTools Protocol endpoint
bash
# Register with env vars
claude mcp add -s user vault \
  -e VAULT_MASTER_KEY=my-secret-key \
  -e VAULT_CDP_URL=ws://localhost:9222 \
  -- node ~/path/to/vault-mcp/dist/index.js

Storage

Code
~/.vault-mcp/
β”œβ”€β”€ credentials.json    ── Encrypted credentials (AES-256-GCM, unique IV per entry)
β”œβ”€β”€ audit.jsonl         ── Append-only log with SHA-256 hash chain
└── .master-key         ── Auto-generated master key (mode 0600)

Security

See SECURITY.md for full threat model.

Code
  Protects against                 Does NOT protect against
  ─────────────────                ────────────────────────
  βœ“ LLM context leakage           βœ— User typing password in chat
  βœ“ Plaintext credential storage   βœ— Compromised host (root access)
  βœ“ Audit log tampering            βœ— Malicious MCP client
  βœ“ Accidental exposure in logs    βœ— Browser-level memory attacks

Testing

Terminal
npm test              # 29 tests
npm run test:watch    # Watch mode

Tests verify: encryption round-trip, wrong-key rejection, credential sanitization in all tool responses, hash chain integrity, tamper detection, full lifecycle flows.

License

MIT

Related MCP Servers

View all in Security View all alternatives
  • Volta Mcp Server logoVolta Mcp Server

    Burn-after-read encrypted notes for AI agents. Create and read self-destructing notes via Volta Notes with AES-256-GCM E2E encryption β€” the decryption key never leaves the URL fragment. Secure credential handoff between users and agents without secrets appearing in chat history.

    πŸ”’ Security1 views
    Compare vs Volta Mcp Server β†’
  • Mcp Maigret logoMcp Maigret

    MCP server for maigret, a powerful OSINT tool that collects user account information from various public sources. This server provides tools for searching usernames across social networks and analyzing URLs.

    πŸ”’ Security3 views
    Compare vs Mcp Maigret β†’
  • A
    API Locker

    Encrypted credential vault: LLM, service & OAuth keys. 21-tool MCP server for your AI agent.

    πŸ”’ Security0 views
    Compare vs API Locker β†’
  • H
    HAL

    HAL (HTTP API Layer) - An MCP server that provides HTTP API capabilities to Large Language Models

    πŸ”’ Security1 views
    Compare vs HAL β†’

Frequently Asked Questions about Vault MCP

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "vault-mcp": { "command": "npx", "args": ["-y", "Vault MCP"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewVault MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/vault-mcp?style=directory)](https://allmcps.com/mcp/vault-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/vault-mcp"><img src="https://allmcps.com/api/badge/vault-mcp?style=directory" alt="Vault MCP on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ”’Security
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
5/5 checks healthy over the last 6h
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars1
GitHub Star CountTotal stargazers on GitHub representing community popularity (1 stars).
Last commit5mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Feb 28, 2026
29Quality signal: Emerging Β· 29/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ”’ Security β†’Best MCP servers for Security β†’Alternatives to Vault MCP β†’Install in Claude DesktopInstall in CursorInstall in VS Code