E

esxi-mcp-server基于 MCP(模型控制协议)的 VMware ESXi/vCenter 管理服务器,提供简洁的 REST API 接口用于虚拟机管理。

(0)
Daniel Nikulshyn审阅者 Daniel Nikulshyn·更新 2026年7月

概览

esxi-mcp-server 是一款基于模型控制协议(MCP)的 VMware ESXi/vCenter 管理服务器。它提供简洁的 REST API 接口用于虚拟机管理。服务器支持连接 ESXi 和 vCenter Server,提供基于 Server-Sent Events(SSE)的实时通信,以及支持 JSON-RPC 的 RESTful API 接口。它还具备 API Key 认证、完整的虚拟机生命周期管理、实时性能监控和 SSL/TLS 安全连接支持。服务器可通过 YAML、JSON 或环境变量进行配置。

主要功能

  • 支持连接 ESXi 和 vCenter Server
  • 基于 SSE 的实时通信
  • 支持 JSON-RPC 的 RESTful API 接口
  • API Key 认证
  • 完整的虚拟机生命周期管理
  • 实时性能监控

价格

模型
Free
评分
暂无评价

使用场景

虚拟机管理

esxi-mcp-server 可用于在 VMware ESXi 或 vCenter 环境中管理虚拟机,包括创建、克隆、删除以及电源操作。

性能监控

服务器提供实时性能监控功能,帮助用户跟踪虚拟机的 CPU 使用率、内存使用率、存储使用率和网络流量统计。

优点 & 缺点

优点

  • 简洁的 REST API 接口用于虚拟机管理
  • 基于 SSE 的实时通信
  • API Key 认证,确保安全访问
  • 支持连接 ESXi 和 vCenter Server
  • 灵活的配置选项

缺点

  • 需要 Python 3.7 以上以及特定库(pyVmomi、PyYAML、uvicorn、mcp-core)
  • 配置需指定特定参数(如 vcenter_host、vcenter_user、vcenter_password)

评测

登录以留下评测。

暂无评测。来当第一个吧!

问答

What are the system requirements?

The server requires Python 3.7+ and specific libraries, including pyVmomi, PyYAML, uvicorn, and mcp-core.

Asked by Yuki Kobayashi · Jan 18, 2026

What are the configuration options?

The server is configurable via YAML, JSON, or environment variables, with parameters such as vcenter_host, vcenter_user, and vcenter_password.

Asked by Winifred Adeyemi · Oct 19, 2025

What is the API interface?

The esxi-mcp-server provides a RESTful API interface with JSON-RPC support.

Asked by Devin Walker · Oct 14, 2025

How is authentication handled?

The server features API key authentication, where all privileged operations require authentication first via the Authorization: Bearer header.

Asked by Sami Virtanen · Oct 15, 2025

提问

服务配缩器 的替代品