Connects Claude to your Jaeger distributed tracing backend via the standard Query API. Exposes five read-only tools: list services and operations, search traces with filters (time range, tags, duration), fetch full trace details with span trees, and map service dependencies. Returns both JSON and Markdown for each query, so you can ask "show me 500 errors in order-service from the last hour" or "what called postgres most often this week" and get actionable answers. Supports Bearer tokens, HTTP Basic auth, or no auth for internal deployments. Useful when you're debugging production incidents in chat and need to pull trace data without context switching to the Jaeger UI.
claude mcp add --transport stdio mshegolev-jaeger-mcp -- uvx jaeger-mcp