jaeger-mcp
Rank #13,550io.github.mshegolev/jaeger-mcp
Jaeger MCP — search traces, inspect spans, map service dependencies (read-only).
jaeger-mcp is a Model Context Protocol (MCP) server published by mshegolev. It ranks #13,550 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. jaeger-mcp is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Apr 18, 2026 and most recently updated on Apr 18, 2026.
Ranks ahead of 102,041 of 115,591 servers on MCP Toplist.
Use jaeger-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add jaeger-mcp -e "JAEGER_URL=<your JAEGER_URL>" -e "JAEGER_TOKEN=<your JAEGER_TOKEN>" -e "JAEGER_USERNAME=<your JAEGER_USERNAME>" -e "JAEGER_PASSWORD=<your JAEGER_PASSWORD>" -e "JAEGER_SSL_VERIFY=<your JAEGER_SSL_VERIFY>" -- uvx jaeger-mcpReplace each placeholder with your own value before saving.
[mcp_servers.jaeger-mcp]
command = "uvx"
args = ["jaeger-mcp"]
[mcp_servers.jaeger-mcp.env]
JAEGER_URL = "<your JAEGER_URL>"
JAEGER_TOKEN = "<your JAEGER_TOKEN>"
JAEGER_USERNAME = "<your JAEGER_USERNAME>"
JAEGER_PASSWORD = "<your JAEGER_PASSWORD>"
JAEGER_SSL_VERIFY = "<your JAEGER_SSL_VERIFY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"jaeger-mcp": {
"command": "uvx",
"args": [
"jaeger-mcp"
],
"env": {
"JAEGER_URL": "<your JAEGER_URL>",
"JAEGER_TOKEN": "<your JAEGER_TOKEN>",
"JAEGER_USERNAME": "<your JAEGER_USERNAME>",
"JAEGER_PASSWORD": "<your JAEGER_PASSWORD>",
"JAEGER_SSL_VERIFY": "<your JAEGER_SSL_VERIFY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"jaeger-mcp": {
"command": "uvx",
"args": [
"jaeger-mcp"
],
"env": {
"JAEGER_URL": "<your JAEGER_URL>",
"JAEGER_TOKEN": "<your JAEGER_TOKEN>",
"JAEGER_USERNAME": "<your JAEGER_USERNAME>",
"JAEGER_PASSWORD": "<your JAEGER_PASSWORD>",
"JAEGER_SSL_VERIFY": "<your JAEGER_SSL_VERIFY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"jaeger-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"jaeger-mcp"
],
"env": {
"JAEGER_URL": "<your JAEGER_URL>",
"JAEGER_TOKEN": "<your JAEGER_TOKEN>",
"JAEGER_USERNAME": "<your JAEGER_USERNAME>",
"JAEGER_PASSWORD": "<your JAEGER_PASSWORD>",
"JAEGER_SSL_VERIFY": "<your JAEGER_SSL_VERIFY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"jaeger-mcp": {
"command": "uvx",
"args": [
"jaeger-mcp"
],
"env": {
"JAEGER_URL": "<your JAEGER_URL>",
"JAEGER_TOKEN": "<your JAEGER_TOKEN>",
"JAEGER_USERNAME": "<your JAEGER_USERNAME>",
"JAEGER_PASSWORD": "<your JAEGER_PASSWORD>",
"JAEGER_SSL_VERIFY": "<your JAEGER_SSL_VERIFY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"jaeger-mcp": {
"command": "uvx",
"args": [
"jaeger-mcp"
],
"env": {
"JAEGER_URL": "<your JAEGER_URL>",
"JAEGER_TOKEN": "<your JAEGER_TOKEN>",
"JAEGER_USERNAME": "<your JAEGER_USERNAME>",
"JAEGER_PASSWORD": "<your JAEGER_PASSWORD>",
"JAEGER_SSL_VERIFY": "<your JAEGER_SSL_VERIFY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.mshegolev%2Fjaeger-mcp)<a href="https://mcptoplist.com/server/io.github.mshegolev%2Fjaeger-mcp"><img src="https://mcptoplist.com/badge/io.github.mshegolev%2Fjaeger-mcp.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
mshegolev
Other servers by mshegolev
- allure-testops-mcp#4,265 · 4 vers
- mshegolev/prometheus-mcp#17,147 · 1 ver
- gitlab-ci-mcp#22,849 · 1 ver
- mcp-jira-confluence-corp#23,356 · 2 vers
- mshegolev/kibana-mcp#23,532 · 1 ver
- harbor-registry-mcp#26,799 · 1 ver
- sonarqube-mcp#29,218 · 1 ver
Available versions (1)
| Version | Published |
|---|---|
| 0.1.1 | Apr 18, 2026 |
Frequently asked questions
- Who maintains jaeger-mcp?
- jaeger-mcp is maintained by mshegolev, which publishes 8 MCP servers (12 total versions) tracked on MCP Toplist.
- Is jaeger-mcp listed on the Official MCP Registry?
- Yes — jaeger-mcp is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does jaeger-mcp have?
- MCP Toplist tracks 1 version of jaeger-mcp, most recently published on Apr 18, 2026.
- Where can I find the source code for jaeger-mcp?
- The source code for jaeger-mcp is hosted at github.com/mshegolev/jaeger-mcp.