VMware Debug for Grok
io.github.vmware-skills/vmware-debug
VMware incident timeline, root-cause routing, local case ledger; no vSphere access. 14 MCP tools.
client:Grok
transport:stdio
runtime:pypi
Install VMware Debug in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"vmware-debug": {
"type": "stdio",
"command": "uvx",
"args": [
"vmware-debug"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs