MCP Server
Active
MIT
VMware Private AI (GPU & Model Serving) MCP Server
io.github.vmware-skills/vmware-privateai
What is the VMware Private AI (GPU & Model Serving) MCP server?
VMware Private AI (NVIDIA): GPU inventory, vGPU profiles, utilization, model serving — 10 tools
How to install VMware Private AI (GPU & Model Serving)
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"vmware-privateai": {
"command": "uvx",
"args": [
"vmware-privateai"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"vmware-privateai": {
"command": "uvx",
"args": [
"vmware-privateai"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"vmware-privateai": {
"command": "uvx",
"args": [
"vmware-privateai"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"vmware-privateai": {
"type": "stdio",
"command": "uvx",
"args": [
"vmware-privateai"
]
}
}
}Claude Code
claude mcp add vmware-privateai -- uvx vmware-privateaiRelated MCP servers
VMware AIops
Active
AI-powered VMware vCenter/ESXi VM lifecycle and deployment with 31 MCP tools.
69
View repository →Python
MIT
VMware Monitor
Active
Read-only VMware vCenter/ESXi monitoring with 27 MCP tools. Code-level safety.
12
View repository →Python
MIT
VMware NSX
Active
VMware NSX networking management with 31 MCP tools: segments, gateways, NAT, routing, IPAM.
5
View repository →Python
VMware VKS
Active
vSphere with Tanzu (VKS): Namespace and TanzuKubernetesCluster lifecycle. Requires vSphere 8.x+.
5
View repository →Python
MIT
VMware NSX Security
Active
VMware NSX security: DFW policies, security groups, tags, Traceflow, IDPS — 21 MCP tools.
4
View repository →Python
VMware AVI
Active
VMware AVI (NSX ALB) load balancer plus AKO Kubernetes ops — 29 MCP tools.
2
View repository →Python