Vmware Cloud Director Mcp Server
@phantosmax
关于 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
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"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"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
云与基础设施 分类下的更多 MCP 服务器
Run Model Context Protocol (MCP) servers with AWS Lambda
awslabsRun existing Model Context Protocol (MCP) stdio-based servers in AWS Lambda functions
Supabase MCP Server
supabase-communityConnect Supabase to your AI assistants
Cloudflare MCP Server
cloudflareAzure DevOps MCP Server
Tiberriver256An MCP server for Azure DevOps
container-use
daggerDevelopment environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.
评论