Skip to content
VS Code

VMware Log Insight for VS Code

io.github.zw008/vmware-log-insight

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

client:VS Code transport:stdio runtime:pypi

Install VMware Log Insight in VS Code

.vscode/mcp.json

{
  "servers": {
    "vmware-log-insight": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "vmware-log-insight"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

VMware Log Insight in other clients