Back to Apps

MCP OpenTelemetry Server
Supports UIby rotel-dev
Remote MCP server instrumented with OpenTelemetry tracing and Datadog integration for full visibility.
0 stars
Works in:claude
Exposes:Tools
What it does
Connects your MCP server to OpenTelemetry and Datadog, providing a complete trace from the MCP server through to backend APIs or databases. It allows developers to monitor server availability and performance with detailed waterfall traces.
Tools
get_weather_forecast: Pulls the latest weather forecast from a configurable backend API.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-otel-server": {
"command": "python3",
"args": ["/path/to/main.py"],
"env": {
"DATADOG_API_KEY": "your_key",
"DATADOG_REGION": "us1",
"WEATHER_API": "your_api_endpoint"
}
}
}
}
Supported hosts
- Claude Desktop
Quick install
uv sync && python3 main.pyInformation
- Pricing
- free
- Published
- 5/2/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{"mcpServers": {"mcp-otel-server": {"command": "python3", "args": ["/path/to/main.py"], "env": {"DATADOG_API_KEY": "your_key", "DATADOG_REGION": "us1", "WEATHER_API": "your_api_endpoint"}}}}






