vmware-aria-logs
Provides tools for querying and analyzing logs from VMware Aria Operations for Logs, including log search, incident detection, dashboard listing, and optional correlation with VMware Aria Operations resources and alerts.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@vmware-aria-logsShow me the latest error events from the past 2 hours"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
VMware Aria Operations for Logs — MCP Server
MCP server for querying and analyzing logs from VMware Aria Operations for Logs (formerly vRealize Log Insight). Provides log search, mass incident detection, and optional VMware Aria Operations (vROps) correlation.
Built for use with Claude Code, Claude Desktop, LobeChat, and any MCP-compatible client.
Features
Log Search — Query events with time range, text filters, and field constraints via Log Insight API v2
Incident Detection — Signature-based clustering to identify mass log incidents (Stormbreaker engine)
API Surface Probe — Detect appliance version and available API endpoints
Dashboard Listing — Enumerate saved dashboards (legacy vRLIC API, deprecated on 8.18+)
vROps Correlation — Cross-reference log entities with Aria Operations resources and alerts
Quick Start
Install via uvx (recommended)
uvx vmware-aria-logsInstall via pip
pip install vmware-aria-logsRun with environment variables
export LI_BASE_URL=https://loginsight.example.com
export LI_USERNAME=admin
export LI_PASSWORD=your-password
export LI_PROVIDER=Local
vmware-aria-logsMCP Tools
Tool | Description |
| Search log events with time range, text filter, field constraints |
| Get appliance version and probe API surface |
| List saved dashboards (legacy vRLIC API, deprecated on 8.18+) |
| Mass incident detection via signature clustering |
| Find entities in Aria Operations by name |
| Get alerts for specific vROps resources |
Configuration
Required Environment Variables
Variable | Description | Default |
| Log Insight appliance URL | — |
| API username |
|
| API password | — |
| Auth provider (Local, ActiveDirectory) |
|
| Verify TLS certificates |
|
| HTTP request timeout (seconds) |
|
Optional (vROps Correlation)
Variable | Description | Default |
| Aria Operations URL | — |
| vROps username |
|
| vROps password | — |
| Auth source |
|
| Verify TLS certificates |
|
| HTTP request timeout (seconds) |
|
Claude Code / MCP Client Configuration
{
"mcpServers": {
"aria-logs": {
"command": "uvx",
"args": ["vmware-aria-logs"],
"env": {
"LI_BASE_URL": "https://loginsight.example.com",
"LI_USERNAME": "admin",
"LI_PASSWORD": "your-password"
}
}
}
}Why This Server?
VMware Aria Operations for Logs (Log Insight) is widely deployed in enterprise VMware environments, but lacks modern AI-assisted log analysis tooling. This MCP server bridges that gap:
Zero dependencies beyond the MCP SDK — uses Python stdlib
urllibfor HTTPStormbreaker engine — unique signature-based clustering that finds mass incidents humans miss
vROps correlation — cross-reference log events with infrastructure health in a single conversation
Works on v8.x+ — tested on Aria Operations for Logs 8.18.3, gracefully degrades deprecated APIs
Also Available On
License
MIT
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/apollion69/vmware-aria-logs'
If you have feedback or need assistance with the MCP directory API, please join our Discord server