Jaeger MCP — search traces, inspect spans, map service dependencies (read-only).

stdiocommunityservice

Package Details

Transportstdio

Environment Variables

JAEGER_URL(str)
Required

Jaeger query service URL, e.g. https://jaeger.example.com

JAEGER_TOKEN(str)
Secret

Bearer token for authentication. Takes priority over Basic auth.

JAEGER_USERNAME(str)

HTTP Basic auth username. Used only when JAEGER_TOKEN is not set.

JAEGER_PASSWORD(str)
Secret

HTTP Basic auth password.

JAEGER_SSL_VERIFY(str)
Default:true

Verify SSL certificates (true/false). Set to 'false' for self-signed certs.