vmware-aria-logs
MCP server for querying and analyzing logs from VMware Aria Operations for Logs, enabling log search, incident detection, and vROps correlation.
README
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-logs
Install via pip
pip install vmware-aria-logs
Run 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-logs
MCP Tools
| Tool | Description |
|---|---|
query_events |
Search log events with time range, text filter, field constraints |
get_version |
Get appliance version and probe API surface |
list_dashboards |
List saved dashboards (legacy vRLIC API, deprecated on 8.18+) |
detect_incidents |
Mass incident detection via signature clustering |
find_vrops_resources |
Find entities in Aria Operations by name |
get_vrops_alerts |
Get alerts for specific vROps resources |
Configuration
Required Environment Variables
| Variable | Description | Default |
|---|---|---|
LI_BASE_URL |
Log Insight appliance URL | — |
LI_USERNAME |
API username | admin |
LI_PASSWORD |
API password | — |
LI_PROVIDER |
Auth provider (Local, ActiveDirectory) | Local |
LI_VERIFY_TLS |
Verify TLS certificates | false |
LI_TIMEOUT_SEC |
HTTP request timeout (seconds) | 30 |
Optional (vROps Correlation)
| Variable | Description | Default |
|---|---|---|
VROPS_BASE_URL |
Aria Operations URL | — |
VROPS_USERNAME |
vROps username | admin |
VROPS_PASSWORD |
vROps password | — |
VROPS_AUTH_SOURCE |
Auth source | local |
VROPS_VERIFY_TLS |
Verify TLS certificates | false |
VROPS_TIMEOUT_SEC |
HTTP request timeout (seconds) | 30 |
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 HTTP - Stormbreaker 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
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.