vmware-pilot
This server provides multi-step workflow orchestration for VMware infrastructure, combining skills like VM lifecycle, monitoring, networking, and storage into automated sequences with approval gates, rollback, and audit trails.
Workflow Design & Creation
design_workflow— Describe a goal in natural language and get a draft workflow with proposed stepsupdate_draft— Edit a draft workflow's name, description, or steps based on feedbackconfirm_draft— Finalize a draft workflow (DRAFT → PENDING), optionally saving as a reusable templatecreate_workflow— Create a custom workflow from an explicit step list when no template fitslist_workflows— View all built-in and custom YAML workflow templatesget_skill_catalog— Browse all available VMware skills and tools to use as workflow building blocks
Planning & Execution
plan_workflow— Generate an execution plan from a built-in template (e.g.,clone_and_test,incident_response,compliance_scan)run_workflow— Execute a planned workflow; pauses at approval gates for human reviewapprove— Resume a workflow paused at an approval gate (recorded in audit log)rollback— Abort a workflow and reverse completed steps in reverse ordercancel_workflow— Permanently cancel a workflow (e.g., after a rejected approval)
Monitoring & Review
review_workflow— Sanity-check a workflow before execution: detects conflicts, missing params, ungated destructive steps, and risk profileget_workflow_status— Query full workflow state, step-by-step diff report, and complete audit log
Provides multi-step workflow orchestration for VMware MCP skills, developed by an engineer at Broadcom (formerly VMware), enabling state machines, approval gates, and audit trails across the VMware ecosystem.
Provides multi-step workflow orchestration for VMware MCP skills, including VM lifecycle, cluster management, monitoring, storage, networking, security, Tanzu Kubernetes, NSX, Aria, and AVI load balancing, with state machine, approval gates, and audit trail.
VMware Pilot
Author: Wei Zhou, VMware by Broadcom — wei-wz.zhou@broadcom.com This is a community-driven project by a VMware engineer, not an official VMware product. For official VMware developer tools see developer.broadcom.com.
English | 中文
Multi-step workflow orchestration for VMware MCP skills — state machine, approval gates, audit trail.
Companion skills handle everything else:
Skill
Scope
Install
VM lifecycle, deployment, guest ops, cluster
uv tool install vmware-aiopsRead-only: inventory, health, alarms, events
uv tool install vmware-monitorDatastores, iSCSI, vSAN management
uv tool install vmware-storageTanzu Namespaces, TKC cluster lifecycle
uv tool install vmware-vksNSX networking: segments, gateways, NAT
uv tool install vmware-nsx-mgmtDFW firewall rules, security groups
uv tool install vmware-nsx-securityAria Ops: metrics, alerts, capacity
uv tool install vmware-ariaAVI load balancing, pool management, AKO K8s ops
uv tool install vmware-avi
Install
pip install vmware-pilotRelated MCP server: vmware-harden
MCP Tools (11)
Tool | Description |
| List all available skills and tools for workflow design |
| List built-in and custom templates |
| Natural language goal → draft workflow |
| Edit draft workflow steps |
| Finalize draft → ready to execute |
| Generate execution plan from template, returns workflow_id |
| Create custom workflow from step list |
| Execute workflow, pauses at approval gates |
| Query state + diff report + audit log |
| Human approval, continue execution |
| Abort and rollback at any stage |
MCP Configuration
{
"mcpServers": {
"vmware-pilot": {
"command": "uvx",
"args": ["--from", "vmware-pilot", "vmware-pilot-mcp"]
}
}
}License
MIT
Maintenance
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/zw008/VMware-Pilot'
If you have feedback or need assistance with the MCP directory API, please join our Discord server