azure-devops-mcp

by RyanCardin15
Verified

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

NameRequiredDescriptionDefault
actionYesAction to perform
secretPathNoPath to the secret in the vault
secretValueNoValue to set (for 'set' action)
vaultUrlYesURL of the vault to integrate with

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "action": { "description": "Action to perform", "enum": [ "get", "list", "set", "delete" ], "type": "string" }, "secretPath": { "description": "Path to the secret in the vault", "type": "string" }, "secretValue": { "description": "Value to set (for 'set' action)", "type": "string" }, "vaultUrl": { "description": "URL of the vault to integrate with", "type": "string" } }, "required": [ "vaultUrl", "action" ], "type": "object" }

You must be authenticated.

Other Tools from azure-devops-mcp

Related Tools

ID: z7mxfcinp8