general MCP Server
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.
Discovered via unknown and last synced 3mo ago.
1. Install the package
uvx opentelemetry-mcp
2. Add to claude_desktop_config.json
{
"mcpServers": {
"opentelemetry-mcp-server": {
"command": "npx",
"args": [
"opentelemetry-mcp-server"
]
}
}
}Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)
Aggregate token usage metrics
List available services
`http://localhost:16686`
integer
Search individual spans
Get complete trace details
Type
Discover models in use
string
Search traces with advanced filters
Find slowest operations
integer
Find traces with errors
Type
Jaeger
string
Description
Find highest token usage
string
Get model performance stats
URL
`https://api.traceloop.com`