MCP server

Vault
MCPOfficial HashiCorp Vault MCP. Secrets, not a leaked .env.
hashicorp/vault-mcp-server. Read and write against the Vault you point at, with the token you already rotate.
latest·MPL-2.0·Updated this quarter·github.com/hashicorp/vault-mcp-server·Transport: stdio
Claude CodeCursorVS CodeDesktop
ScannedActive
claude_desktop_config.json
{
"mcpServers": {
"vault": {
"command": "npx",
"args": [
"-y",
"@hashicorp/vault-mcp-server"
],
"env": {
"VAULT_ADDR": "https://…",
"VAULT_TOKEN": "…"
}
}
}
}By HashiCorp
Spec
What the server actually exposes.
list_secrets
readKeys under a path.
read_secret
readA secret the token can see.
write_secret
writeWrite after you confirm.
Guardrails
- Credentials stay in env
- Read-first unless a write tool is called
- Official package, not a wrapper
vault-mcp.mcp/tools
Tools
- read
list_secrets
Keys under a path.
- read
read_secret
A secret the token can see.
- write
write_secret
Write after you confirm.
Last call
{ "ok": true,
"tool": "list_secrets",
"rows": 12 }Other servers worth installing
Discussion
No notes yet. Be the first hunter to report back.
