traceloop/opentelemetry-mcp-server
by Various
Unified MCP server for querying OpenTelemetry traces across multiple backends (Jaeger, Tempo, Traceloop, etc.), enabling AI agents to analyze distributed traces for automated debug
MCP
traceloop/opentelemetry-mcp-server
Added 1 June 2026
Overview
This is a Model Context Protocol server that provides a unified interface for querying OpenTelemetry traces from multiple backends such as Jaeger, Tempo, and Traceloop. It enables AI agents to programmatically access distributed trace data for automated debugging and observability analysis.
Best for
Best for
Developers building AI agents for observability and distributed tracing
Use cases
- Automated root cause analysis from trace data
- AI-driven debugging of distributed system failures
- Unified trace querying across different observability backends
How to use
Install
uvx opentelemetry-mcp --backend jaeger --url http://localhost:16686 Tools exposed
search_tracessearch_spansget_traceget_llm_usagelist_servicesfind_errorslist_llm_modelsget_llm_model_statsget_llm_expensive_tracesget_llm_slow_tracesBACKEND_TYPEBACKEND_URLBACKEND_API_KEYBACKEND_TIMEOUTLOG_LEVELMAX_TRACES_PER_QUERY
Tested with
Claude Desktop, Claude Code, Cursor, Windsurf, ChatGPT
Example client config
{\n "mcpServers": {\n "opentelemetry-mcp": {\n "command": "pipx",\n "args": ["run", "opentelemetry-mcp"],\n "env": {\n "BACKEND_TYPE": "jaeger",\n "BACKEND_URL": "http://localhost:16686"\n }\n }\n }\n} Notes
This is a Model Context Protocol server that provides a unified interface for querying OpenTelemetry traces from multiple backends such as Jaeger, Tempo, and Traceloop. It enables AI agents to programmatically access distributed trace data for automated debugging and observability analysis.
188 stars on GitHub. Last updated 2026-04-20. Licensed Apache-2.0.
Use cases
- Automated root cause analysis from trace data
- AI-driven debugging of distributed system failures
- Unified trace querying across different observability backends
Pros
- Connects to multiple OpenTelemetry backends through a single MCP interface
- Designed specifically for AI agents to integrate with trace data
- Open source with a Python codebase for easy customization
Cons
- Relies on existing OpenTelemetry instrumentation in the target systems
- Requires an MCP compatible AI agent to leverage the server
- Relatively small community with 188 stars on GitHub
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Connects to multiple OpenTelemetry backends through a single MCP interface
- Designed specifically for AI agents to integrate with trace data
- Open source with a Python codebase for easy customization
Cons
- Relies on existing OpenTelemetry instrumentation in the target systems
- Requires an MCP compatible AI agent to leverage the server
- Relatively small community with 188 stars on GitHub
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Cline
Cline
Open-source autonomous coding agent that lives inside VS Code. BYO model key, watch it work.
Continue
Continue.dev
Open-source AI code assistant for VS Code and JetBrains. Customisable, BYO model, built for enterprise.
Claude Code
Anthropic
Anthropic's terminal-native coding agent. Reads your repo, edits files, runs tests, ships PRs.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.