MCP.so
ログイン

Otel

@studiomeyer-io

Otel について

W3C Trace Context bridge for the Model Context Protocol — propagate traces through MCP _meta (SEP-414) and emit OpenTelemetry spans so Host → MCP server → tool → downstream shows up as one trace.

基本情報

ライセンス

MIT

ランタイム

node

公開者

studiomeyer-io

投稿者

Matthias Meyer - StudioMeyer

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "mcp-otel": {
      "command": "docker",
      "args": [
        "run",
        "-d",
        "--name",
        "jaeger",
        "\\"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Otel?

W3C Trace Context bridge for the Model Context Protocol — propagate traces through MCP _meta (SEP-414) and emit OpenTelemetry spans so Host → MCP server → tool → downstream shows up as one trace.

How to use Otel?

Follow the repository README to install the server and add its MCP configuration to your client.

Key features of Otel

  • reads traceparent / tracestate / baggage from the caller's _meta
  • starts a SERVER span named tools/call as a child of the caller's span
  • runs your handler with that span active (via the OTel context)
  • ends the span with OK / ERROR status and records thrown exceptions
  • host.chat-turn [INTERNAL]

Use cases of Otel

  • Connect an MCP-compatible client to this repository's service.
  • Review the README-backed setup before enabling it in production.

FAQ from Otel

Where is the source code for Otel?

The source code is linked from the repository URL on this page.

Does Otel include a standard MCP config?

If the README contains a parseable MCP configuration block, it is shown in the Config tab.

コメント

マーケットプレイスの他のコンテンツ