VMware Log Insight for Cursor
io.github.vmware-skills/vmware-log-insight
Read-only VMware Aria Operations for Logs (Log Insight): search + aggregation. 7 MCP tools.
client:Cursor
transport:stdio
runtime:pypi
Install VMware Log Insight in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"vmware-log-insight": {
"type": "stdio",
"command": "uvx",
"args": [
"vmware-log-insight"
],
"env": {
"VMWARE_LOG_INSIGHT_CONFIG": "<VMWARE_LOG_INSIGHT_CONFIG>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs