tempo-mcp-gateway

andreasgerstmayr/tempo-mcp-gateway

3.2

If you are the rightful owner of tempo-mcp-gateway and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.

The tempo-mcp-server is a proof of concept server implementing the Model Context Protocol (MCP) for Grafana Tempo, enabling advanced trace querying and status monitoring.

Tools
3
Resources
0
Prompts
0

tempo-mcp-gateway

A instance-aware and tenant-aware MCP gateway for the Grafana Tempo MCP server.

Quickstart

kubectl create serviceaccount demo
TOKEN=$(kubectl create token demo)
echo "Bearer $TOKEN"
claude mcp remove tempo
claude mcp add --transport=http tempo http://tempo-mcp-gateway-openshift-tracing.apps-crc.testing --header "Authorization: Bearer $TOKEN"

Acknowledgements