VCenter Mcp Server
@lijian-ui
VCenter Mcp Server について
vCenter-mcp-服务器
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"vCenter-mcp": {
"type": "http",
"url": "http://localhost:8080/sse"
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is VCenter Mcp Server?
VCenter Mcp Server is an MCP (Model Context Protocol) server tool designed for vCenter Server to simplify virtual machine management tasks. It integrates seamlessly with vCenter Server, providing a unified interface for operations such as virtual machine migration and information querying.
How to use VCenter Mcp Server?
Clone the project from Gitee, install dependencies via pip install -r requirements.txt, configure the .env file with vCenter Server connection details (VCENTER_HOST, VCENTER_USER, VCENTER_PASSWORD), then run the server using mcp-proxy in SSE mode. Finally, add the server URL (e.g., http://localhost:8080/sse) to your MCP client configuration.
Key features of VCenter Mcp Server
- Stable connection to vCenter Server for full virtualization environment access.
- Supports single, multiple, and bulk virtual machine migration by host.
- Queries detailed information about virtual machines on a host.
- Creates virtual machines with configurable CPU, memory, disk, datastore, and network.
- Powers on/off DELL servers via iDRAC (BMC IP).
Use cases of VCenter Mcp Server
- Migrate a single virtual machine to a target host for load balancing.
- Move multiple virtual machines at once for maintenance or resource optimization.
- Bulk migrate all virtual machines from one host to another during hardware upgrades.
- Quickly list VMs on a specific ESXi host for inventory or troubleshooting.
- Create new virtual machines with predefined specifications on a designated datastore.
FAQ from VCenter Mcp Server
What dependencies are required?
The server requires Python with the packages listed in requirements.txt and a running vCenter Server instance. Connection credentials must be provided in a .env file.
How does the server authenticate with vCenter?
Authentication is done via the vCenter Server username and password set in the .env configuration file (VCENTER_USER and VCENTER_PASSWORD).
What transport protocol does the server use?
The server communicates using SSE (Server-Sent Events) via mcp-proxy, listening on a configurable host and port (default 0.0.0.0:8080).
Does the server store any data locally?
No – the server only acts as a bridge; all data resides on the connected vCenter Server instance.
Can I power off/on DELL servers through this tool?
Yes, the server includes tools to shut down and start up DELL servers using their iDRAC BMC IP address (separate from vCenter management).
「その他」の他のコンテンツ
Blender
ahujasidOpen-source MCP to use Blender with any LLM
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Mobile Mcp
mobile-nextModel Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Real Devices)
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
コメント