Zero-knowledge MCP vault that injects encrypted secrets into local or SSH commands without exposing them to agents.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ we're steadily working through the catalog.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Wundervault MCP.
vault_entries_listList all vault entries available to this agent. Returns entry IDs and secret names โ no values.
vault_entry_getRetrieve and decrypt a vault secret. Optionally execute a command with it.
vault_execExecute a shell command with a vault secret injected as an env var โ locally or on a remote host over SSH. The secret is injected into the subprocess and the buffer is zeroed immediately after spawn; escape patterns are rejected before decryption.
vault_entry_inject_envWrite a vault secret directly into a config file (`~/.npmrc`, `~/.netrc`, `~/.docker/config.json`, or a project `.env`) without the plaintext passing through the agent.
vault_rsyncSync a local directory to a remote host using rsync over SSH, with the SSH key fetched from the vault (temp keyfile deleted immediately after transfer).
vault_entry_forgetDiscard a local reference. No-op on the server.
A zero-knowledge secrets vault for AI agents. Every API key you paste into an agent chat or a .env file ends up in context windows, transcripts, and provider logs. Wundervault's answer: the agent never receives the secret at all. It asks for work โ "run this deploy with the key injected" โ and a local daemon decrypts the secret, injects it into the subprocess environment, zeroes the buffer, and scrubs the output before the agent sees any of it.
This repo is the MCP server that exposes that workflow to any Model Context Protocol client โ Claude Code, Cursor, Cline, and others.
Don't trust the claim โ test it: the zero-knowledge property is independently verifiable at your own network boundary in about 5 minutes (browser DevTools or a mitmproxy canary test). Guide + our own test transcript: wundervault.com/verify.
Secrets are encrypted client-side (AES-256-GCM via Web Crypto) before upload. The hosted service only ever stores ciphertext โ it cannot derive the key, the passphrase, or the plaintext.
Or using a credentials file:
New account? wundervault.com has a 90-second agent onboarding flow that generates this config for you.
"Secret retrieved and burned.".$(), backticks, sh -c, eval) and file redirects of secrets are rejected before decryption.crypto.timingSafeEqual.vault_entries_listList all vault entries available to this agent. Returns entry IDs and secret names โ no values.
vault_entry_getRetrieve and decrypt a vault secret. Optionally execute a command with it.
Secure exec pattern (sudo example):
Do NOT use echo $WUNDERVault_SECRET | sudo -S โ that exposes the secret in process logs.
vault_execExecute a shell command with a vault secret injected as an env var โ locally or on a remote host over SSH. The secret is injected into the subprocess and the buffer is zeroed immediately after spawn; escape patterns are rejected before decryption.
With remote_host.ssh_key_entry_id, the SSH key is fetched from the vault and used without ever being written to disk.
vault_entry_inject_envWrite a vault secret directly into a config file (~/.npmrc, ~/.netrc, ~/.docker/config.json, or a project .env) without the plaintext passing through the agent.
vault_rsyncSync a local directory to a remote host using rsync over SSH, with the SSH key fetched from the vault (temp keyfile deleted immediately after transfer).
vault_entry_forgetDiscard a local reference. No-op on the server.
--api-key, --enc-key, --url)WUNDERVault_AGENT_VAULT_API_KEY, WUNDERVault_AGENT_KEY, WUNDERVault_AGENT_VAULT_URL)WUNDERVault_CREDENTIALS_FILE env var (explicit path)~/.wundervault/creds.json~/.config/wundervault/credentials (XDG)An x402 payment is just a signature, and a wallet key is a
vault secret like any other. Store the key at tier 2, have the agent sign the
payment payload through vault_exec, and the key is injected into a local signing
subprocess โ it never enters the model context, and every use needs the owner's
approval first (the agent's denied call carries a request id; approval is scoped
to that agent + secret, once or for a 15/60-minute window). We ran this
end-to-end on Base Sepolia โ the verified run is written up at
wundervault.com/agent-wallets.
Payment-specific policy (spend caps, payee allowlists) is not built yet:
compatible, not productized.
Set WUNDERVAULT_MOCK=1 to run the server without a wundervault-agent
daemon or any credentials. In this mode every tool call returns a representative
response clearly labelled [DEMO MODE] instead of contacting the vault โ no
real secret is ever involved. This exists so you can poke at the tool surface
without an account, and so MCP directory scanners and CI
(e.g. Glama) can start the server, exercise each tool, and
validate the build with no live vault. It is off by default and is never
enabled in production.
Licensed under the GNU Affero General Public License v3.0 or later (AGPL-3.0-or-later). See LICENSE.
Wundervault is open-core: this MCP server and the client are open source; the hosted service at wundervault.com is a commercial offering. For commercial or hosting inquiries, get in touch via wundervault.com/contact.
Factual signals from GitHub, npm, and our automated checks โ not a rating.
No reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/wundervault-wundervault-mcp)<a href="https://allmcps.com/mcp/wundervault-wundervault-mcp"><img src="https://allmcps.com/api/badge/wundervault-wundervault-mcp?style=directory" alt="Wundervault MCP on AllMCPs" /></a>