opentelemetry-instrumentation-mcp 0.57.0


pip install opentelemetry-instrumentation-mcp

  Latest version

Released: Mar 30, 2026

Project Links

Meta
Author: Felix George
Requires Python: <4,>=3.10

Classifiers

OpenTelemetry MCP Instrumentation

This library allows tracing of agentic workflows implemented with MCP framework mcp python sdk.

Installation

pip install opentelemetry-instrumentation-mcp

Example usage

from opentelemetry.instrumentation.mcp import McpInstrumentor

McpInstrumentor().instrument()

Privacy

By default, this instrumentation logs prompts, completions, and embeddings to span attributes. This gives you a clear visibility into how your LLM application tool usage is working, and can make it easy to debug and evaluate the tool usage.

However, you may want to disable this logging for privacy reasons, as they may contain highly sensitive data from your users. You may also simply want to reduce the size of your traces.

To disable logging, set the TRACELOOP_TRACE_CONTENT environment variable to false.

TRACELOOP_TRACE_CONTENT=false
Extras:
Dependencies:
opentelemetry-api (<2,>=1.38.0)
opentelemetry-instrumentation (>=0.59b0)
opentelemetry-semantic-conventions-ai (<0.6.0,>=0.5.1)
opentelemetry-semantic-conventions (>=0.59b0)