Skip to content
VS Code

VMware Log Insight for VS Code

io.github.vmware-skills/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

{
  "inputs": [
    {
      "type": "promptString",
      "id": "vmware-log-insight-config",
      "description": "VMWARE_LOG_INSIGHT_CONFIG",
      "password": true
    }
  ],
  "servers": {
    "vmware-log-insight": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "vmware-log-insight"
      ],
      "env": {
        "VMWARE_LOG_INSIGHT_CONFIG": "${input:vmware-log-insight-config}"
      }
    }
  }
}

VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs

VMware Log Insight in other clients