VMware Pilot
Rank #6,263io.github.vmware-skills/vmware-pilot
Multi-step workflow orchestration for VMware MCP skills with approval gates and rollback.
VMware Pilot is a Model Context Protocol (MCP) server published by zw008. It ranks #6,263 of 115,460 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. VMware Pilot is listed across 3 registries — Official MCP, Glama and PulseMCP, with 7 tracked versions. It was first listed on May 1, 2026 and most recently updated on Aug 30, 2026.
Ranks ahead of 109,197 of 115,460 servers on MCP Toplist.
Use VMware Pilot
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add vmware-pilot -- uvx vmware-pilot mcp[mcp_servers.vmware-pilot]
command = "uvx"
args = ["vmware-pilot", "mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"vmware-pilot": {
"command": "uvx",
"args": [
"vmware-pilot",
"mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"vmware-pilot": {
"command": "uvx",
"args": [
"vmware-pilot",
"mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"vmware-pilot": {
"type": "stdio",
"command": "uvx",
"args": [
"vmware-pilot",
"mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"vmware-pilot": {
"command": "uvx",
"args": [
"vmware-pilot",
"mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"vmware-pilot": {
"command": "uvx",
"args": [
"vmware-pilot",
"mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.vmware-skills%2Fvmware-pilot)<a href="https://mcptoplist.com/server/io.github.vmware-skills%2Fvmware-pilot"><img src="https://mcptoplist.com/badge/io.github.vmware-skills%2Fvmware-pilot.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 5 registries
zw008
Other servers by zw008
- VMware AIops#791 · 21 vers
- VMware Monitor#1,671 · 20 vers
- VMware VKS#2,660 · 17 vers
- VMware NSX#2,917 · 13 vers
- VMware Harden#2,932 · 17 vers
- VMware Storage#3,165 · 17 vers
- VMware NSX Security#3,381 · 13 vers
- VMware Aria Operations#3,971 · 15 vers
- VMware AVI#4,122 · 13 vers
- VMware Debug#6,428 · 7 vers
- VMware Log Insight#6,861 · 7 vers
- VMware VDI (Horizon)#9,842 · 5 vers
Available versions (7)
| Version | Published |
|---|---|
| 1.8.11 | Aug 30, 2026 |
| 1.8.10 | Aug 30, 2026 |
| 1.8.9 | Aug 28, 2026 |
| 1.8.8 | Aug 1, 2026 |
| 1.8.7 | Jul 21, 2026 |
| 1.8.1 | Jul 19, 2026 |
| 1.6.2 | Jun 24, 2026 |
Frequently asked questions
- Who maintains VMware Pilot?
- VMware Pilot is maintained by zw008, which publishes 13 MCP servers (172 total versions) tracked on MCP Toplist.
- Is VMware Pilot listed on the Official MCP Registry?
- Yes — VMware Pilot is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does VMware Pilot have?
- MCP Toplist tracks 7 versions of VMware Pilot, most recently published on Aug 30, 2026.
- Where can I find the source code for VMware Pilot?
- The source code for VMware Pilot is hosted at github.com/zw008/vmware-pilot.