VMware NSX Security for VS Code
io.github.vmware-skills/vmware-nsx-security
VMware NSX security: DFW policies and exclusions, groups, tags, Traceflow, IDPS — 22 MCP tools.
client:VS Code
transport:stdio
runtime:pypi
Install VMware NSX Security in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "vmware-nsx-security-config",
"description": "VMWARE_NSX_SECURITY_CONFIG",
"password": true
}
],
"servers": {
"vmware-nsx-security": {
"type": "stdio",
"command": "uvx",
"args": [
"vmware-nsx-security"
],
"env": {
"VMWARE_NSX_SECURITY_CONFIG": "${input:vmware-nsx-security-config}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs