MCP Server
MCP
io.github.mshegolev/jaeger-mcp
Jaeger MCP — search traces, inspect spans, map service dependencies (read-only).
Install
uvx jaeger-mcp
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "jaeger-mcp",
"version": "0.1.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Jaeger query service URL, e.g. https://jaeger.example.com",
"isRequired": true,
"format": "string",
"name": "JAEGER_URL"
},
{
"description": "Bearer token for authentication. Takes priority over Basic auth.",
"format": "string",
"isSecret": true,
"name": "JAEGER_TOKEN"
},
{
"description": "HTTP Basic auth username. Used only when JAEGER_TOKEN is not set.",
"format": "string",
"name": "JAEGER_USERNAME"
},
{
"description": "HTTP Basic auth password.",
"format": "string",
"isSecret": true,
"name": "JAEGER_PASSWORD"
},
{
"description": "Verify SSL certificates (true/false). Set to 'false' for self-signed certs.",
"format": "string",
"default": "true",
"name": "JAEGER_SSL_VERIFY"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment