Skip to content
ai101.tools
navigateopenescclose
Claude+372Whisper+228LangChain+168Codex+223NotebookLM+276DALL-E 3+192DeepL+249n8n+208Topaz Video AI+153LlamaIndex+161
Vault MCP Server logo
MCP server

Vault MCP Server

HashiCorp's own server for Vault mounts, KV secrets and PKI issuance

0
SaveVisit website ↗

Add it to your client

Official
Install
docker run -i --rm -e VAULT_ADDR -e VAULT_TOKEN hashicorp/vault-mcp-server
mcpServers
{
  "mcpServers": {
    "vault-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-e",
        "VAULT_ADDR",
        "-e",
        "VAULT_TOKEN",
        "hashicorp/vault-mcp-server"
      ]
    }
  }
}
Transport
both
Runtime
Go
Auth
Required
License
MPL-2.0
Stars
58
Tools
create_mountlist_mountsdelete_mountlist_secretsread_secretwrite_secretdelete_secretenable_pkicreate_pki_issuercreate_pki_roleissue_pki_certificate

Covers three areas of a Vault instance: creating, listing and deleting mounts, full read/write/delete access to KV v1 and v2 paths, and the PKI surface — enabling the engine, managing issuers and roles, and issuing certificates. It is a Go binary distributed as a HashiCorp release and a Docker image, taking VAULT_ADDR, VAULT_TOKEN and an optional namespace from the environment or, in HTTP mode, from per-request headers. The project is explicit that it is meant for local use with trusted clients, because answering a question about a secret means putting that secret in front of the model. HTTP mode ships CORS controls, rate limits and TLS options for the same reason.

Comments(0)

Sign in to comment

No comments yet — be the first.

Similar MCP servers

Report this comment

Why are you reporting this?