Back to MCP directory
publicPublicdnsLocal runtime

kubevirt-mcp-server

一个为KubeVirt设计的简单模型上下文协议服务器

article

README

🚀 kubevirt-mcp-server

kubevirt-mcp-server是一个专为KubeVirt设计的简单模型上下文协议服务器,能有效解决KubeVirt在模型上下文管理方面的问题,为相关操作提供便捷的服务。

🚀 快速开始

本项目提供了一系列实用工具,可对KubeVirt进行相关操作。

✨ 主要特性

当前提供了以下工具:

  • list_vm_names:用于列出虚拟机的名称。
  • start_vm:启动虚拟机。
  • stop_vm:停止虚拟机。
  • list_instancetypes:列出实例类型。
  • get_vm_instancetype:获取虚拟机的实例类型。

💻 使用示例

基础用法

此简短演示使用mcp-cli作为kubevirt-mcp-server和大语言模型(LLM)之间的桥梁。演示中使用的模型是llama3.2,本地运行于ollama下。

演示

📚 详细文档

链接

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client