VMware VKS for Cursor
io.github.vmware-skills/vmware-vks
vSphere with Tanzu (VKS): Namespace and TanzuKubernetesCluster lifecycle. Requires vSphere 8.x+.
client:Cursor
transport:stdio
runtime:pypi
Install VMware VKS in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"vmware-vks": {
"type": "stdio",
"command": "uvx",
"args": [
"vmware-vks"
],
"env": {
"VMWARE_VKS_CONFIG": "<VMWARE_VKS_CONFIG>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs