Skip to content
Grok

VMware Log Insight for Grok

io.github.vmware-skills/vmware-log-insight

Read-only VMware Aria Operations for Logs (Log Insight): search + aggregation. 7 MCP tools.

client:Grok transport:stdio runtime:pypi

Install VMware Log Insight in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "vmware-log-insight": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "vmware-log-insight"
      ],
      "env": {
        "VMWARE_LOG_INSIGHT_CONFIG": "<VMWARE_LOG_INSIGHT_CONFIG>"
      }
    }
  }
}

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

VMware Log Insight in other clients