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.
其他 分类下的更多 MCP 服务器
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
评论