← Back to browse

jaeger-mcp

Indexed by io.github.mshegolev

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsJAEGER_URL JAEGER_TOKEN JAEGER_USERNAME JAEGER_PASSWORD JAEGER_SSL_VERIFY
Claude Code
claude mcp add --env JAEGER_URL= --env JAEGER_TOKEN= --env JAEGER_USERNAME= --env JAEGER_PASSWORD= --env JAEGER_SSL_VERIFY= jaeger-mcp -- uvx jaeger-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"jaeger-mcp","command":"uvx","args":["jaeger-mcp"],"env":{"JAEGER_URL":"","JAEGER_TOKEN":"","JAEGER_USERNAME":"","JAEGER_PASSWORD":"","JAEGER_SSL_VERIFY":""}}'
JSON
{
  "mcpServers": {
    "jaeger-mcp": {
      "command": "uvx",
      "args": [
        "jaeger-mcp"
      ],
      "env": {
        "JAEGER_URL": "",
        "JAEGER_TOKEN": "",
        "JAEGER_USERNAME": "",
        "JAEGER_PASSWORD": "",
        "JAEGER_SSL_VERIFY": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.