wundervault-mcp

wundervault/wundervault-mcp
★ 2 stars TypeScript AI/LLM Updated 2d ago
MCP server for Wundervault — give AI agents zero-knowledge vault secrets without exposing plaintext keys. AGPL-3.0.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "wundervault-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "wundervault/wundervault-mcp"
      ]
    }
  }
}

README Excerpt

MCP server for [Wundervault](https://wundervault.com) zero-knowledge secret management. Exposes vault secrets to AI agents via the [Model Context Protocol](https://modelcontextprotocol.io) — secrets are decrypted locally by the daemon and injected into a command's runtime; plaintext is never returned to the agent or the model context.

Tools (1)

vault_entries_list

Topics

ai-agentsanthropicclaudemcpmodel-context-protocolsecrets-managementvaultzero-knowledge