Provides a Model Context Protocol server specifically designed for interacting with KubeVirt.
Kubevirt provides a Model Context Protocol (MCP) server enabling interaction with KubeVirt virtual machines. It offers a set of tools for managing and querying VMs, such as listing VM names, starting and stopping VMs, listing instance types, and retrieving VM instance type information. The server facilitates integration with Large Language Models (LLMs) through tools like `mcp-cli`, as demonstrated in the provided demo using llama3.2. This allows for natural language control and automation of KubeVirt resources.
Características Principales
01Lists available instance types.
02Lists available VM names.
03Retrieves instance type information for a specific VM.
04Stops virtual machines.
05Starts virtual machines.
061 GitHub stars
Casos de Uso
01Integrate with LLMs for natural language control of KubeVirt VMs.
02Automate VM management tasks through a standardized protocol.
03Enable context-aware interactions with KubeVirt resources.