VMware Pilot for Cursor
io.github.vmware-skills/vmware-pilot
Multi-step workflow orchestration for VMware MCP skills with approval gates and rollback.
client:Cursor
transport:stdio
runtime:pypi
Install VMware Pilot in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"vmware-pilot": {
"type": "stdio",
"command": "uvx",
"args": [
"vmware-pilot"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs