Jaeger MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 132 installs a week from pypi. Last commit 7 Jul 2026.
Jaeger MCP — search traces, inspect spans, map service dependencies (read-only).
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add jaeger-mcp -- uvx jaeger-mcp
{
"mcpServers": {
"jaeger-mcp": {
"args": [
"jaeger-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.jaeger-mcp]
command = "uvx"
args = ["jaeger-mcp"]
{
"mcpServers": {
"jaeger-mcp": {
"args": [
"jaeger-mcp"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"jaeger-mcp": {
"args": [
"jaeger-mcp"
],
"command": "uvx"
}
}
}
Answers built from our own checks of this server.