ESXi MCP Server
@MCP-Mirror
ESXi MCP Server について
Mirror of
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"bright8192_esxi-mcp-server": {
"command": "python",
"args": [
"server.py",
"-c",
"config.yaml"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is ESXi MCP Server?
A VMware ESXi/vCenter management server based on the Model Control Protocol (MCP), providing REST API interfaces for virtual machine lifecycle management and performance monitoring.
How to use ESXi MCP Server?
Install dependencies with pip install pyvmomi pyyaml uvicorn mcp-core, create a config.yaml with vCenter/ESXi credentials and optional settings, then run python server.py -c config.yaml.
Key features of ESXi MCP Server
- Supports ESXi and vCenter Server connections
- Real-time SSE‑based communication
- RESTful API with JSON‑RPC support
- API key authentication
- Complete VM lifecycle management (create, clone, delete, power)
- CPU, memory, storage, and network performance monitoring
Use cases of ESXi MCP Server
- Automate virtual machine provisioning and decommissioning
- Remotely power on/off VMs via API
- Monitor real-time resource usage of VMs
- Clone template VMs for rapid deployment
FAQ from ESXi MCP Server
What is MCP?
MCP stands for Model Control Protocol, a core library used by the server for real-time communication and tool definitions.
What are the runtime dependencies?
Python 3.7+ along with the packages pyVmomi, PyYAML, uvicorn, and mcp-core.
How does authentication work?
All privileged operations require a Bearer token in the Authorization header using the API key set in the configuration file or environment variable.
What transport protocol does the server use?
The server communicates over Server‑Sent Events (SSE) via the /sse/messages endpoint.
Where do VM and monitoring data reside?
All data resides in the connected vCenter Server or ESXi host; the server does not persist data locally.
「その他」の他のコンテンツ
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Awesome Mlops
visengerA curated list of references for MLOps
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Nginx UI
0xJackyYet another WebUI for Nginx
コメント