VMware Storage for VS Code
io.github.vmware-skills/vmware-storage
VMware vSphere storage with 14 MCP tools: datastores, iSCSI, vSAN, FC multipath.
client:VS Code
transport:stdio
runtime:pypi
Install VMware Storage in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "vmware-storage-config",
"description": "VMWARE_STORAGE_CONFIG",
"password": true
}
],
"servers": {
"vmware-storage": {
"type": "stdio",
"command": "uvx",
"args": [
"vmware-storage"
],
"env": {
"VMWARE_STORAGE_CONFIG": "${input:vmware-storage-config}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs