VMware Debug for Grok
io.github.zw008/vmware-debug
Read-only VMware incident correlation: timeline, spikes, root-cause routing. 2 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