提交

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.

工具

服务器配置

{
  "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.