jaeger-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| JAEGER_URL | No | Jaeger query service URL, e.g. https://jaeger.example.com | |
| JAEGER_TOKEN | No | Bearer token (takes precedence over Basic auth) | |
| JAEGER_PASSWORD | No | HTTP Basic auth password | |
| JAEGER_USERNAME | No | HTTP Basic auth username | |
| JAEGER_SSL_VERIFY | No | Set false for self-signed certificates | true |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| jaeger_list_servicesA | List all services that Jaeger has observed traces for. Wraps Use this first to discover valid service names before calling
Examples:
- Use when: "What services does Jaeger know about?"
→ call with no parameters; read the Returns:
dict with keys |
| jaeger_list_operationsA | List all operation names Jaeger has seen for a given service. Wraps Examples:
- Use when: "What HTTP endpoints does Returns:
dict with |
| jaeger_search_tracesA | Search Jaeger traces with rich filters. Wraps The Examples:
- Use when: "Show me recent 500 errors in Returns:
dict with |
| jaeger_get_traceA | Retrieve full trace detail with all spans, service breakdown, and execution tree. Wraps Error spans are identified by Examples:
- Use when: "Why is trace Returns:
dict with |
| jaeger_get_dependenciesA | Retrieve the service-to-service call graph from Jaeger. Wraps Use this to understand service topology, find high fan-out services, or verify that a new service is connected as expected. Examples:
- Use when: "What services does Returns:
dict with |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mshegolev/jaeger-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server