Unified MCP server for querying OpenTelemetry traces across multiple backends (Jaeger, Tempo, Traceloop, etc.), enabling AI agents to analyze distributed traces for automated debugging and observability.
opentelemetryobservabilitytracingmcpllmdebuggingmonitoringtool
Installation & Configuration
{
"mcpServers": {
"opentelemetry-mcp": {
"command": "pipx",
"args": [
"run",
"opentelemetry-mcp"
],
"env": {
"BACKEND_TYPE": "jaeger",
"BACKEND_URL": "http://localhost:16686"
}
}
}
}Information
Transport
stdiosse
Language
Python
Created
2026/6/11
Updated
2026/6/12