ESXi MCP ServerServer

bright8192
GitHub
virtualizationcloudAPI

Loading subscription status...

๐Ÿ’ก Description

A VMware ESXi/vCenter management server that provides a simple REST API interface for virtual machine management.

๐Ÿ“ JSON Entries

{
  "mcpServers": [
    {
      "ESXi MCP Server": {
        "env": {
          "API_KEY": "your-api-key",
          "VCENTER_HOST": "your-vcenter-ip",
          "VCENTER_USER": "administrator@vsphere.local",
          "VCENTER_PASSWORD": "your-password"
        },
        "args": [
          "-c",
          "config.yaml"
        ],
        "command": "python server.py"
      }
    }
  ]
}

๐Ÿ› ๏ธ Tools

PythonYAML

โšก Features

  • ESXi and vCenter Server integration
  • Real-time performance monitoring
  • JSON-RPC support
  • API key authentication
  • Complete virtual machine lifecycle management

๐Ÿ’ฌ Example Queries

  • Create a virtual machine with specified resources
  • Clone a virtual machine from a template
  • Delete a virtual machine
  • Power on/off a virtual machine
  • Get performance stats of a virtual machine