Skip to content
Claude Desktop

secure vault for Claude Desktop

io.github.mdfifty50-boop/secure-vault

Encrypted secrets and credential management for agents

client:Claude Desktop transport:stdio runtime:npm

Install secure vault in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "secure-vault": {
      "command": "npx",
      "args": [
        "-y",
        "secure-vault-mcp"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

secure vault in other clients