Skip to content
Cursor

VMware VKS for Cursor

io.github.zw008/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"
      ]
    }
  }
}

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