hashicorp/vault-mcp-server
If you are the rightful owner of vault-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Vault MCP Server is a Model Context Protocol server implementation that integrates with HashiCorp Vault for managing secrets and mounts.
Tools
Functions exposed to the LLM to take actions
create_mount
Creates a new mount in Vault.
list_mounts
Lists all mounts in Vault.
delete_mount
Delete a mount in Vault.
list_secrets
Lists secrets in a KV mount under a specific path in Vault.
delete_secret
Delete secrets (or keys) in a KV mount under a specific path in Vault.
write_secret
Writes a secret to a KV mount in Vault.
read_secret
Reads a secret from a KV mount in Vault.
enable_pki
Enables and configures a PKI secrets engine.
create_pki_issuer
Creates a new PKI issuer.
list_pki_issuers
Lists all PKI issuers in a mount.
read_pki_issuer
Reads details about a specific PKI issuer.
create_pki_role
Creates a new PKI role for issuing certificates.
read_pki_role
Reads a PKI role configuration.
list_pki_roles
Lists all PKI roles in a mount.
delete_pki_role
Deletes a PKI role.
issue_pki_certificate
Issues a new certificate using a PKI role.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client