MCP.so
Sign In
V

Vmware Cloud Director Mcp Server

@phantosmax

About Vmware Cloud Director Mcp Server

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 interact

Basic information

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Vmware Cloud Director Mcp Server?

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

How to use Vmware Cloud Director Mcp Server?

Clone the repository, install dependencies, configure environment variables with your VCD credentials (VCD_BASE_URL, VCD_USERNAME, VCD_PASSWORD, VCD_ORG, VCD_API_VERSION), then build and run the server in development or production mode. For Claude Desktop integration, add the server configuration to claude_desktop_config.json with the build path and environment variables.

Key features of Vmware Cloud Director Mcp Server

  • Authentication and session management
  • Virtual machine power and configuration operations
  • Snapshot creation, listing, and restoration
  • Network management including NAT, DHCP, firewall rules
  • Storage management: list datastores, add/resize disks
  • Monitoring: performance metrics, system events, health status

Use cases of Vmware Cloud Director Mcp Server

  • Manage VMs via natural language (list, start, snapshot, clone)
  • Monitor organization health and resource utilization
  • Browse catalogs and templates for deployment
  • Troubleshoot network configurations and firewall rules
  • Track tasks and events across virtual data centers

FAQ from Vmware Cloud Director Mcp Server

What tools does the server provide?

32 tools covering authentication, vApp management, virtual machine operations, VM advanced operations (snapshots, cloning), storage management, networking, templates & catalogs, and monitoring & health.

What are the runtime requirements?

Node.js, npm, a VMware Cloud Director instance version 37.0+, and valid credentials configured in environment variables.

How do I integrate with Claude Desktop?

Add a configuration entry to claude_desktop_config.json with command node, args pointing to the built index.js, and environment variables for your VCD instance.

What VCD API versions are supported?

CloudAPI 1.0.0 and Legacy XML API; tested with VCD version 39.1.

What is not supported?

User and role management, provider-level operations, advanced security features, and cross-site operations are not supported.

Comments

More Cloud & Infrastructure MCP servers