jaeger mcp for Cline
io.github.mshegolev/jaeger-mcp
Jaeger MCP — search traces, inspect spans, map service dependencies (read-only).
client:Cline
transport:stdio
runtime:pypi
Install jaeger mcp in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"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>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs