Vault MCP Server
UnclaimedNo description provided.
Install
docker run --cap-add=IPC_LOCK --name=vault-dev --network=mcp -p 8200:8200 hashicorp/vault server -devUnclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (30)
altNames
(Optional) Alternative names for the certificate
certificate
The PEM-encoded certificate
commonName
Common name for the certificate
create_mount
Creates a new mount in Vault.
create_pki_issuer
Creates a new PKI issuer.
create_pki_role
Creates a new PKI role for issuing certificates.
delete_mount
Delete a mount in Vault.
delete_pki_role
Deletes a PKI role.
delete_secret
Delete secrets (or keys) in a KV mount under a specific path in Vault.
description
(Optional) Description for the mount
enable_pki
Enables and configures a PKI secrets engine.
ipSans
(Optional) IP SANs for the certificate
issue_pki_certificate
Issues a new certificate using a PKI role.
key
(Optional) The key name to delete from the entire secret (defaults to deleting the entire secret)
list_mounts
Lists all mounts in Vault.
list_pki_issuers
Lists all PKI issuers in a mount.
list_pki_roles
Lists all PKI roles in a mount.
list_secrets
Lists secrets in a KV mount under a specific path in Vault.
mount
The mount path of the secret engine
name
Name of the issuer
path
The path where the mount will be created
privateKey
The PEM-encoded private key
read_pki_issuer
Reads details about a specific PKI issuer.
read_pki_role
Reads a PKI role configuration.
read_secret
Reads a secret from a KV mount in Vault.
role
Name of the role to use
ttl
(Optional) Time-to-live for the certificate
type
The type of mount (e.g., 'kv', 'kv2', 'pki')
value
The value to store
write_secret
Writes a secret to a KV mount in Vault.