Back to Home
jsamuel1 icon

otel-analyzer-mcp

by jsamuel1

Overview

Analyzes OpenTelemetry traces for performance, error diagnosis, and offers LLM-assisted deep analysis.

Installation

Run Command
otel-analyzer-mcp

Environment Variables

  • AWS_ACCESS_KEY_ID
  • AWS_SECRET_ACCESS_KEY
  • AWS_SESSION_TOKEN
  • AWS_REGION
  • AWS_PROFILE

Security Notes

The `load_trace` tool's `path` parameter directly reads content from the specified file path using `Path(path).read_bytes()`. If an attacker can control this parameter, it could lead to arbitrary local file disclosure. Additionally, the `search_genai_traces` tool's `filter_query` for CloudWatch Logs Insights could allow for query injection, though the impact is likely limited to manipulating log queries rather than code execution. The `deep_analyze` tool sends the full trace data to an LLM provider, which poses a data privacy/confidentiality risk if sensitive information is present in the traces.

Similar Servers

Stats

Interest Score0
Security Score5
Cost ClassHigh
Avg Tokens8000
Stars0
Forks0
Last Update2026-01-19

Tags

OpenTelemetryTracingAWS X-RayObservabilityLLM-assisted