Skip to content
Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

VMware VKS in other clients