Submit

Vmware Cloud Director Mcp Server

@phantosmax

A comprehensive Model Context Protocol (MCP) server that enables AI assistants like Claude to interact with VMware Cloud Director APIs. This server provides tools for managing virtual infrastructure, storage, networking, templates, and monitoring through natural language interactions.

Tools

Server Config

{
  "mcpServers": {
    "vmware-cloud-director": {
      "command": "node",
      "args": [
        "/path/to/cloud-director-mcp/build/index.js"
      ],
      "env": {
        "VCD_BASE_URL": "https://your-vcd-instance.com",
        "VCD_USERNAME": "your-username",
        "VCD_PASSWORD": "your-password",
        "VCD_ORG": "your-organization",
        "VCD_API_VERSION": "39.1"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.