Grafana Tempo MCP
DevOpsstdio
A Model Context Protocol server for Grafana Tempo that lets AI assistants query and analyze distributed tracing data. Agents can search traces with TraceQL, fetch a trace by ID, and inspect spans to investigate latency and errors across services during incident analysis.
Bağlan
Bu yapılandırmayı şuraya ekleyin: .claude/mcp.json
{
"mcpServers": {
"grafana-tempo": {
"command": "npx",
"args": [],
"env": {
"TEMPO_URL": "<YOUR_TEMPO_URL>"
}
}
}
}Araçlar (2)
search_traces
Search traces in Grafana Tempo using a TraceQL query.
{
"type": "object",
"required": [
"query"
],
"properties": {
"query": {
"type": "string",
"description": "TraceQL query expression"
},
"time_range": {
"type": "string",
"description": "Optional time window to search over"
}
}
}get_trace
Fetch a single trace by its trace ID.
{
"type": "object",
"required": [
"trace_id"
],
"properties": {
"trace_id": {
"type": "string",
"description": "The trace identifier"
}
}
}Kaynaklar
Bu sunucu herhangi bir kaynak sunmuyor.
Prompt'lar
Bu sunucu herhangi bir prompt sunmuyor.
Sunucu bilgileri
- Lisans
- Apache-2.0
- Yıldızlar
- 0
- Son güncelleme
- 25 Temmuz 2026