Back to Apps

Vault MCP Server
Supports UIby hashicorp
Official MCP integration for HashiCorp Vault to manage secrets, mounts, and PKI certificates.
0 stars
Works in:VS Code CopilotGemini CLI
Exposes:Tools
What it does
Vault MCP Server connects AI agents to HashiCorp Vault, enabling them to securely manage secrets, create and delete mounts, and handle PKI certificate issuance without manual intervention.
Tools
create_mount: Creates a new secret engine mount (KV, PKI, etc.).list_mounts: Retrieves all available mounts in the Vault instance.write_secret: Stores a secret key and value in a specified KV mount.read_secret: Retrieves the value of a secret from a KV mount.issue_pki_certificate: Issues a new certificate using a defined PKI role.list_secrets: Lists all secrets under a specific path in a KV mount.
Installation
Add the following to your claude_desktop_config.json (ensure VAULT_TOKEN and VAULT_ADDR are set in your environment):
{
"mcpServers": {
"vault-mcp-server": {
"command": "./vault-mcp-server",
"args": ["stdio"]
}
}
}
Supported hosts
Confirmed support for Claude for Desktop, VS Code, and Gemini extensions.
Quick install
make build && ./vault-mcp-serverInformation
- Pricing
- free
- Published
- 8/6/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Gemini CLI
gemini extensions install https://github.com/hashicorp/vault-mcp-serverClaude Desktop
{
"mcpServers": {
"vault-mcp-server": {
"command": "./vault-mcp-server",
"args": ["stdio"]
}
}
}VS Code Copilot
See .vscode/mcp.json in repository for detailed config.






