Skip to content
Windsurf

jaeger mcp for Windsurf

io.github.mshegolev/jaeger-mcp

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

client:Windsurf transport:stdio runtime:pypi

Install jaeger mcp in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "jaeger-mcp": {
      "command": "uvx",
      "args": [
        "jaeger-mcp"
      ],
      "env": {
        "JAEGER_URL": "<JAEGER_URL>",
        "JAEGER_TOKEN": "<JAEGER_TOKEN>",
        "JAEGER_USERNAME": "<JAEGER_USERNAME>",
        "JAEGER_PASSWORD": "<JAEGER_PASSWORD>",
        "JAEGER_SSL_VERIFY": "<JAEGER_SSL_VERIFY>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

jaeger mcp in other clients