HomeOther › wundervault-mcp

wundervault-mcp

Zero-knowledge MCP secrets vault for AI agents: secrets injected at runtime, never seen by the model

TypeScript Cloud
★ 2 stars Last pushed 2026-09-14 License: AGPL-3.0

Topics: Other Tools and Integrations

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.7.2)

npx -y @wundervault/mcp-server@1.7.2

Or add to your MCP client config:

{
  "mcpServers": {
    "wundervault-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@wundervault/mcp-server@1.7.2"
      ],
      "env": {
        "WUNDERVAULT_AGENT_NAME": "<YOUR_VALUE>",
        "WUNDERVAULT_AGENT_TOKEN": "<YOUR_VALUE>"
      }
    }
  }
}
  • WUNDERVAULT_AGENT_NAME required — Agent name registered with the local wundervault-agent daemon (run onboard.py to register).
  • WUNDERVAULT_AGENT_TOKEN secret — Optional daemon auth token. Defaults to ~/.wundervault/agents/<agentName>.token.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry