Cosmicjedi/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 HashiCorp Vault MCP Server is a Model Context Protocol server designed to provide secure access to HashiCorp Vault for credential management and TOTP code generation.
Tools
Functions exposed to the LLM to take actions
check_vault_status
Check health and seal status of the Vault server.
read_secret
Read secrets from the KV v2 engine.
write_secret
Write secrets with JSON data.
delete_secret
Delete specific or all versions of a secret.
list_secrets
List secrets at a specified path.
create_totp_key
Generate new TOTP keys.
import_totp_key
Import existing TOTP keys.
get_totp_code
Generate current TOTP codes.
validate_totp_code
Validate TOTP codes.
list_totp_keys
List all TOTP keys.
delete_totp_key
Remove TOTP keys.
enable_secrets_engine
Enable new secrets engines.
list_secrets_engines
List enabled secrets engines.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client