Back to directory
ashgw/vault-mcp

ashgw/vault-mcp

@rccyx6

An MCP server enabling LLMs and MCP clients to interact with HashiCorp Vault for secure secret and policy management

hashicorp-vaultsecret-managementmcp-serverdockertool

Installation & Configuration

{
  "mcpServers": {
    "Vault MCP": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-e",
        "VAULT_ADDR=https://your-vault-server:8200",
        "-e",
        "VAULT_TOKEN=hvs.your-vault-token",
        "ashgw/vault-mcp:latest"
      ]
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2025/4/12
Updated
2026/6/7