Otel Analyzer
БесплатноНе проверенMCP server for analyzing OpenTelemetry traces with performance and error diagnosis, supporting loading from files, AWS X-Ray, and CloudWatch.
Описание
MCP server for analyzing OpenTelemetry traces with performance and error diagnosis, supporting loading from files, AWS X-Ray, and CloudWatch.
README
MCP server for analyzing OpenTelemetry traces with performance and error diagnosis.
Features
- Load traces from files, strings, AWS X-Ray, or CloudWatch GenAI observability
- Auto-detect format (OTLP JSON, Jaeger, Protobuf, X-Ray)
- Performance analysis: latency breakdown, slow spans, critical path
- Error analysis: error detection, exception extraction, context
- GenAI trace analysis: Bedrock AgentCore, token usage, model latency
- MCP sampling for LLM-assisted deep analysis
Installation
uv tool install otel-analyzer-mcp
Or for development:
uv sync
Usage
Run the server:
otel-analyzer-mcp
Or add to your MCP client config:
{
"mcpServers": {
"otel-analyzer-mcp": {
"command": "otel-analyzer-mcp"
}
}
}
Tools
| Tool | Description |
|---|---|
load_trace |
Load from file, JSON, X-Ray trace ID, or CloudWatch |
search_xray |
Search X-Ray with filter expressions |
search_genai_traces |
Search CloudWatch aws/spans for GenAI traces |
list_traces |
List all loaded traces |
analyze_perf |
Performance analysis (latency, slow spans, critical path) |
analyze_errs |
Error analysis (errors, exceptions, context) |
summarize_trace |
High-level trace overview |
deep_analyze |
LLM-assisted analysis via MCP sampling |
Examples
Load a trace file:
load_trace(path="/path/to/trace.json")
Search X-Ray:
search_xray(filter_expression='service("my-api") AND responseTime > 5', region="us-east-1")
Search GenAI traces:
search_genai_traces(filter_query='name like /bedrock/', region="us-east-1")
Load from CloudWatch:
load_trace(trace_id="abc123", source="cloudwatch", region="us-east-1")
Analyze performance:
analyze_perf(trace_id="abc123")
License
MIT
Установка Otel Analyzer
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/jsamuel1/otel-analyzer-mcpFAQ
Otel Analyzer MCP бесплатный?
Да, Otel Analyzer MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Otel Analyzer?
Нет, Otel Analyzer работает без API-ключей и переменных окружения.
Otel Analyzer — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Otel Analyzer в Claude Desktop, Claude Code или Cursor?
Открой Otel Analyzer на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Otel Analyzer with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
