Skip to content
VS Code

VMware VKS for VS Code

io.github.zw008/vmware-vks

vSphere with Tanzu (VKS): Namespace and TanzuKubernetesCluster lifecycle. Requires vSphere 8.x+.

client:VS Code transport:stdio runtime:pypi

Install VMware VKS in VS Code

.vscode/mcp.json

{
  "servers": {
    "vmware-vks": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "vmware-vks"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

VMware VKS in other clients