Skip to content
Cline

wundervault mcp for Cline

io.github.wundervault/wundervault-mcp

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

client:Cline transport:stdio runtime:npm

Install wundervault mcp in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "wundervault-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@wundervault/mcp-server"
      ],
      "env": {
        "WUNDERVAULT_AGENT_NAME": "<WUNDERVAULT_AGENT_NAME>",
        "WUNDERVAULT_AGENT_TOKEN": "<WUNDERVAULT_AGENT_TOKEN>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

wundervault mcp in other clients