HashiCorp Vault Secrets Management
Unified workflow capability for platform engineers and DevOps teams managing secrets with HashiCorp Vault. Combines KV secrets CRUD, version management, metadata operations, and system configuration into a single AI-accessible interface for secrets lifecycle management.
What You Can Do
MCP Tools
read-secret
Read a secret from HashiCorp Vault KV v2 store by path. Returns the secret data and version metadata.
write-secret
Write a secret to HashiCorp Vault KV v2. Each write creates a new version.
delete-secret
Soft delete the latest version of a secret in Vault. The data can be recovered with undelete.
read-secret-metadata
Read metadata and version history for a Vault secret including creation time, current version, and all version states.
list-auth-methods
List all authentication methods enabled in Vault including type, path, and configuration.
list-secrets-mounts
List all secrets engines mounted in Vault with their type, path, and configuration.
list-policies
List all ACL policies configured in Vault.
read-policy
Read a specific Vault ACL policy by name to view its path-based access rules.
write-policy
Create or update a Vault ACL policy with HCL rules defining path-based capabilities.
lookup-lease
Look up a Vault lease by ID to check TTL, expiration time, and renewable status.
renew-lease
Renew a Vault lease to extend the TTL of dynamic secrets and tokens.
get-vault-health
Check HashiCorp Vault health status including initialized, sealed, and standby state.