Kyverno MCP server
kyverno-mcp
is an MCP server to empower LLMs with Kyverno features such as policy enforcement, resource management, and policy violation detection.
Download
Download the latest release of kyverno-mcp
by selecting your operating system and architecture below:
Follow these instructions to verify the download signature that was created using Nirmata’s PGP key.
You can also download other versions of kyverno-mcp in the All Releases
section.
Installation
Homebrew Install
brew tap nirmata/kyverno-mcp
brew install kyverno-mcp
Binary Download
kyverno-mcp
is provided as a precompiled binary. After downloading the archive for your system, unzip it, set the execute permission, and move the binary into a directory in your PATH.
unzip kyverno-mcp_<version>_<os>_<arch>.zip
chmod u+x kyverno-mcp
sudo mv kyverno-mcp /usr/local/bin/kyverno-mcp
Confirm the installation:
kyverno-mcp version
Usage
Run kyverno-mcp --help
to see all available commands or refer to the official documentation.