Back to Home
pavolloffay icon

opentelemetry-mcp-server

Verified Safe

by pavolloffay

Overview

The OpenTelemetry Model Context Protocol (MCP) server enables LLMs to efficiently use the OpenTelemetry stack by providing tools to configure an OpenTelemetry collector and returning strict JSON schemas for collector components to ensure correct configuration.

Installation

Run Command
opentelemetry-mcp-server --protocol http --addr 0.0.0.0:8080

Security Notes

The server's primary function is to validate OpenTelemetry Collector configurations by providing JSON schemas, which inherently reduces configuration errors. The codebase relies on the well-maintained OpenTelemetry Collector project. No direct use of 'eval' or obvious malicious patterns were found within the provided snippets. Potential risks would primarily stem from how the generated (validated) configurations are applied to a live OpenTelemetry Collector instance, rather than vulnerabilities in the MCP server itself. The project shows proactive security by addressing upstream vulnerabilities (e.g., `GHSA-c74f-6mfw-mm4v` for `configgrpc` in older versions of the upstream collector).

Similar Servers

Stats

Interest Score43
Security Score9
Cost ClassLow
Avg Tokens300
Stars11
Forks0
Last Update2025-12-03

Tags

OpenTelemetryLLMMCPCollectorConfigurationSchema Validation