vaultIntegration
Manage secrets in vaults by performing actions like get, list, set, and delete. Integrates with Azure DevOps via the MCP server for secure secret handling.
Instructions
Integrate with secret vaults
Input Schema
Name | Required | Description | Default |
---|---|---|---|
action | Yes | Action to perform | |
secretPath | No | Path to the secret in the vault | |
secretValue | No | Value to set (for 'set' action) | |
vaultUrl | Yes | URL of the vault to integrate with |