1. Conduid
  2. Search
  3. vmware-aria-logs
MCP server · Search

vmware-aria-logs

MCP server for VMware Aria Operations for Logs (formerly vRealize Log Insight). Log search, mass incident detection via signature clustering (Stormbreaker engine), and optional vROps correlation. 6 tools, zero dependencies beyond MCP SDK.

Unclaimed search
34Low

Scored 4 months ago · breakdown

About vmware-aria-logs

vmware-aria-logs is an MCP server in the Search category: mCP server for VMware Aria Operations for Logs (formerly vRealize Log Insight). Log search, mass incident detection via signature clustering (Stormbreaker engine), and optional vROps correlation. 6 tools, zero dependencies beyond MCP SDK. It has been installed 0 times through Conduid.

Install

Clone
git clone https://github.com/apollion69/vmware-aria-logs

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about vmware-aria-logs

Powered by Claude · Grounded in docs

I know everything about vmware-aria-logs. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • ·Scoped permissionsNot checked yet.

README

VMware Aria Operations for Logs — MCP Server

PyPI version Smithery

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 urllib for 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

README mirrored from the source repository 4 months ago. The original is authoritative.

Questions

About vmware-aria-logs

How do I install vmware-aria-logs?

Run git clone https://github.com/apollion69/vmware-aria-logs, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is vmware-aria-logs safe to use with an AI agent?

Its trust score is 34 out of 100 (low). Conduid hasn't run static security checks on this repository yet, so review the source yourself before granting it credentials. It has no ConduID identity yet, so agent calls to it are not receipted.

Is vmware-aria-logs still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.