← Back to Plugins
MCP Server MCP

io.github.mshegolev/jaeger-mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx jaeger-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "jaeger-mcp",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Jaeger query service URL, e.g. https://jaeger.example.com",
          "isRequired": true,
          "format": "string",
          "name": "JAEGER_URL"
        },
        {
          "description": "Bearer token for authentication. Takes priority over Basic auth.",
          "format": "string",
          "isSecret": true,
          "name": "JAEGER_TOKEN"
        },
        {
          "description": "HTTP Basic auth username. Used only when JAEGER_TOKEN is not set.",
          "format": "string",
          "name": "JAEGER_USERNAME"
        },
        {
          "description": "HTTP Basic auth password.",
          "format": "string",
          "isSecret": true,
          "name": "JAEGER_PASSWORD"
        },
        {
          "description": "Verify SSL certificates (true/false). Set to 'false' for self-signed certs.",
          "format": "string",
          "default": "true",
          "name": "JAEGER_SSL_VERIFY"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...