← Index

io.github.mshegolev/jaeger-mcp

io.github.mshegolev/jaeger-mcp·v0.1.1·Search
Quality Score
80
/100

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

§01  Install
Claude Desktop (uvx)
{
  "mcpServers": {
    "jaeger-mcp": {
      "command": "uvx",
      "args": [
        "jaeger-mcp"
      ],
      "env": {
        "JAEGER_URL": "<jaeger_url>",
        "JAEGER_TOKEN": "<your-jaeger_token>",
        "JAEGER_USERNAME": "<jaeger_username>",
        "JAEGER_PASSWORD": "<your-jaeger_password>",
        "JAEGER_SSL_VERIFY": "true"
      }
    }
  }
}
§02  Environment variables
JAEGER_URL
required

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

JAEGER_TOKEN
secret

Bearer token for authentication. Takes priority over Basic auth.

JAEGER_USERNAME

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

JAEGER_PASSWORD
secret

HTTP Basic auth password.

JAEGER_SSL_VERIFY

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

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Search