← Back to Plugins
MCP Server MCP

io.github.wundervault/wundervault-mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @wundervault/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@wundervault/mcp-server",
      "version": "1.6.9",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Agent name registered with the local wundervault-agent daemon (run onboard.py to register).",
          "isRequired": true,
          "format": "string",
          "name": "WUNDERVAULT_AGENT_NAME"
        },
        {
          "description": "Optional daemon auth token. Defaults to ~/.wundervault/agents/<agentName>.token.",
          "format": "string",
          "isSecret": true,
          "name": "WUNDERVAULT_AGENT_TOKEN"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...