vault-mcp-server

vault-mcp-server

0

Vault MCP Server is a Python-based server designed to interact with Vault using the HVAC SDK. It provides functionalities for managing ACL policies, audit devices, authentication engines, and secrets engines while using a containerized setup for easy deployment.

Vault MCP Server

This project is a Python-based Model Context Protocol (MCP) server aimed at working with Vault using the HVAC SDK. It offers management of ACL policies, audit devices, authentication engines, and secrets engines. The tool initially supports KV Version 2 and has limited support for Transit due to serialization issues.

Features

  • ACL Policies
  • Audit Devices
  • Authentication Engine: Enable/Disable/List
  • Secrets Engines
    • Enable/Disable/List
    • KV Version 2
    • Transit (Encrypt/Decrypt currently experiencing HVAC body serialization issues)