tracehub-mcp
Rank #4,443io.github.mcpsmiths/tracehub-mcp
Query OpenTelemetry traces from LLM apps across Jaeger, Tempo, Traceloop, Datadog, Sentry, X-Ray.
tracehub-mcp is a Model Context Protocol (MCP) server published by mcpsmiths. It ranks #4,443 of 132,113 servers tracked on MCP Toplist. tracehub-mcp is listed across 2 registries — Official MCP and Glama, with 11 tracked versions. It was first listed on Sep 12, 2026 and most recently updated on Sep 19, 2026.
Ranks ahead of 127,670 of 132,113 servers on MCP Toplist.
Use tracehub-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add tracehub-mcp -e "BACKEND_TYPE=<your BACKEND_TYPE>" -e "BACKEND_URL=<your BACKEND_URL>" -e "BACKEND_API_KEY=<your BACKEND_API_KEY>" -e "BACKEND_AWS_REGION=<your BACKEND_AWS_REGION>" -e "BACKEND_APP_KEY=<your BACKEND_APP_KEY>" -e "BACKEND_TEMPO_INSTANCE_ID=<your BACKEND_TEMPO_INSTANCE_ID>" -e "BACKEND_SENTRY_ORG=<your BACKEND_SENTRY_ORG>" -e "BACKEND_SENTRY_PROJECT=<your BACKEND_SENTRY_PROJECT>" -e "BACKEND_ENVIRONMENTS=<your BACKEND_ENVIRONMENTS>" -e "BACKEND_TIMEOUT=<your BACKEND_TIMEOUT>" -e "LOG_LEVEL=<your LOG_LEVEL>" -e "MAX_TRACES_PER_QUERY=<your MAX_TRACES_PER_QUERY>" -e "SLOW_REQUEST_THRESHOLD_MS=<your SLOW_REQUEST_THRESHOLD_MS>" -e "OTEL_EXPORTER_OTLP_ENDPOINT=<your OTEL_EXPORTER_OTLP_ENDPOINT>" -e "OTEL_SERVICE_NAME=<your OTEL_SERVICE_NAME>" -e "MCP_INCLUDE_ARGS_IN_SPANS=<your MCP_INCLUDE_ARGS_IN_SPANS>" -- uvx tracehub-mcpReplace each placeholder with your own value before saving.
[mcp_servers.tracehub-mcp]
command = "uvx"
args = ["tracehub-mcp"]
[mcp_servers.tracehub-mcp.env]
BACKEND_TYPE = "<your BACKEND_TYPE>"
BACKEND_URL = "<your BACKEND_URL>"
BACKEND_API_KEY = "<your BACKEND_API_KEY>"
BACKEND_AWS_REGION = "<your BACKEND_AWS_REGION>"
BACKEND_APP_KEY = "<your BACKEND_APP_KEY>"
BACKEND_TEMPO_INSTANCE_ID = "<your BACKEND_TEMPO_INSTANCE_ID>"
BACKEND_SENTRY_ORG = "<your BACKEND_SENTRY_ORG>"
BACKEND_SENTRY_PROJECT = "<your BACKEND_SENTRY_PROJECT>"
BACKEND_ENVIRONMENTS = "<your BACKEND_ENVIRONMENTS>"
BACKEND_TIMEOUT = "<your BACKEND_TIMEOUT>"
LOG_LEVEL = "<your LOG_LEVEL>"
MAX_TRACES_PER_QUERY = "<your MAX_TRACES_PER_QUERY>"
SLOW_REQUEST_THRESHOLD_MS = "<your SLOW_REQUEST_THRESHOLD_MS>"
OTEL_EXPORTER_OTLP_ENDPOINT = "<your OTEL_EXPORTER_OTLP_ENDPOINT>"
OTEL_SERVICE_NAME = "<your OTEL_SERVICE_NAME>"
MCP_INCLUDE_ARGS_IN_SPANS = "<your MCP_INCLUDE_ARGS_IN_SPANS>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tracehub-mcp": {
"command": "uvx",
"args": [
"tracehub-mcp"
],
"env": {
"BACKEND_TYPE": "<your BACKEND_TYPE>",
"BACKEND_URL": "<your BACKEND_URL>",
"BACKEND_API_KEY": "<your BACKEND_API_KEY>",
"BACKEND_AWS_REGION": "<your BACKEND_AWS_REGION>",
"BACKEND_APP_KEY": "<your BACKEND_APP_KEY>",
"BACKEND_TEMPO_INSTANCE_ID": "<your BACKEND_TEMPO_INSTANCE_ID>",
"BACKEND_SENTRY_ORG": "<your BACKEND_SENTRY_ORG>",
"BACKEND_SENTRY_PROJECT": "<your BACKEND_SENTRY_PROJECT>",
"BACKEND_ENVIRONMENTS": "<your BACKEND_ENVIRONMENTS>",
"BACKEND_TIMEOUT": "<your BACKEND_TIMEOUT>",
"LOG_LEVEL": "<your LOG_LEVEL>",
"MAX_TRACES_PER_QUERY": "<your MAX_TRACES_PER_QUERY>",
"SLOW_REQUEST_THRESHOLD_MS": "<your SLOW_REQUEST_THRESHOLD_MS>",
"OTEL_EXPORTER_OTLP_ENDPOINT": "<your OTEL_EXPORTER_OTLP_ENDPOINT>",
"OTEL_SERVICE_NAME": "<your OTEL_SERVICE_NAME>",
"MCP_INCLUDE_ARGS_IN_SPANS": "<your MCP_INCLUDE_ARGS_IN_SPANS>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tracehub-mcp": {
"command": "uvx",
"args": [
"tracehub-mcp"
],
"env": {
"BACKEND_TYPE": "<your BACKEND_TYPE>",
"BACKEND_URL": "<your BACKEND_URL>",
"BACKEND_API_KEY": "<your BACKEND_API_KEY>",
"BACKEND_AWS_REGION": "<your BACKEND_AWS_REGION>",
"BACKEND_APP_KEY": "<your BACKEND_APP_KEY>",
"BACKEND_TEMPO_INSTANCE_ID": "<your BACKEND_TEMPO_INSTANCE_ID>",
"BACKEND_SENTRY_ORG": "<your BACKEND_SENTRY_ORG>",
"BACKEND_SENTRY_PROJECT": "<your BACKEND_SENTRY_PROJECT>",
"BACKEND_ENVIRONMENTS": "<your BACKEND_ENVIRONMENTS>",
"BACKEND_TIMEOUT": "<your BACKEND_TIMEOUT>",
"LOG_LEVEL": "<your LOG_LEVEL>",
"MAX_TRACES_PER_QUERY": "<your MAX_TRACES_PER_QUERY>",
"SLOW_REQUEST_THRESHOLD_MS": "<your SLOW_REQUEST_THRESHOLD_MS>",
"OTEL_EXPORTER_OTLP_ENDPOINT": "<your OTEL_EXPORTER_OTLP_ENDPOINT>",
"OTEL_SERVICE_NAME": "<your OTEL_SERVICE_NAME>",
"MCP_INCLUDE_ARGS_IN_SPANS": "<your MCP_INCLUDE_ARGS_IN_SPANS>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"tracehub-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"tracehub-mcp"
],
"env": {
"BACKEND_TYPE": "<your BACKEND_TYPE>",
"BACKEND_URL": "<your BACKEND_URL>",
"BACKEND_API_KEY": "<your BACKEND_API_KEY>",
"BACKEND_AWS_REGION": "<your BACKEND_AWS_REGION>",
"BACKEND_APP_KEY": "<your BACKEND_APP_KEY>",
"BACKEND_TEMPO_INSTANCE_ID": "<your BACKEND_TEMPO_INSTANCE_ID>",
"BACKEND_SENTRY_ORG": "<your BACKEND_SENTRY_ORG>",
"BACKEND_SENTRY_PROJECT": "<your BACKEND_SENTRY_PROJECT>",
"BACKEND_ENVIRONMENTS": "<your BACKEND_ENVIRONMENTS>",
"BACKEND_TIMEOUT": "<your BACKEND_TIMEOUT>",
"LOG_LEVEL": "<your LOG_LEVEL>",
"MAX_TRACES_PER_QUERY": "<your MAX_TRACES_PER_QUERY>",
"SLOW_REQUEST_THRESHOLD_MS": "<your SLOW_REQUEST_THRESHOLD_MS>",
"OTEL_EXPORTER_OTLP_ENDPOINT": "<your OTEL_EXPORTER_OTLP_ENDPOINT>",
"OTEL_SERVICE_NAME": "<your OTEL_SERVICE_NAME>",
"MCP_INCLUDE_ARGS_IN_SPANS": "<your MCP_INCLUDE_ARGS_IN_SPANS>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tracehub-mcp": {
"command": "uvx",
"args": [
"tracehub-mcp"
],
"env": {
"BACKEND_TYPE": "<your BACKEND_TYPE>",
"BACKEND_URL": "<your BACKEND_URL>",
"BACKEND_API_KEY": "<your BACKEND_API_KEY>",
"BACKEND_AWS_REGION": "<your BACKEND_AWS_REGION>",
"BACKEND_APP_KEY": "<your BACKEND_APP_KEY>",
"BACKEND_TEMPO_INSTANCE_ID": "<your BACKEND_TEMPO_INSTANCE_ID>",
"BACKEND_SENTRY_ORG": "<your BACKEND_SENTRY_ORG>",
"BACKEND_SENTRY_PROJECT": "<your BACKEND_SENTRY_PROJECT>",
"BACKEND_ENVIRONMENTS": "<your BACKEND_ENVIRONMENTS>",
"BACKEND_TIMEOUT": "<your BACKEND_TIMEOUT>",
"LOG_LEVEL": "<your LOG_LEVEL>",
"MAX_TRACES_PER_QUERY": "<your MAX_TRACES_PER_QUERY>",
"SLOW_REQUEST_THRESHOLD_MS": "<your SLOW_REQUEST_THRESHOLD_MS>",
"OTEL_EXPORTER_OTLP_ENDPOINT": "<your OTEL_EXPORTER_OTLP_ENDPOINT>",
"OTEL_SERVICE_NAME": "<your OTEL_SERVICE_NAME>",
"MCP_INCLUDE_ARGS_IN_SPANS": "<your MCP_INCLUDE_ARGS_IN_SPANS>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tracehub-mcp": {
"command": "uvx",
"args": [
"tracehub-mcp"
],
"env": {
"BACKEND_TYPE": "<your BACKEND_TYPE>",
"BACKEND_URL": "<your BACKEND_URL>",
"BACKEND_API_KEY": "<your BACKEND_API_KEY>",
"BACKEND_AWS_REGION": "<your BACKEND_AWS_REGION>",
"BACKEND_APP_KEY": "<your BACKEND_APP_KEY>",
"BACKEND_TEMPO_INSTANCE_ID": "<your BACKEND_TEMPO_INSTANCE_ID>",
"BACKEND_SENTRY_ORG": "<your BACKEND_SENTRY_ORG>",
"BACKEND_SENTRY_PROJECT": "<your BACKEND_SENTRY_PROJECT>",
"BACKEND_ENVIRONMENTS": "<your BACKEND_ENVIRONMENTS>",
"BACKEND_TIMEOUT": "<your BACKEND_TIMEOUT>",
"LOG_LEVEL": "<your LOG_LEVEL>",
"MAX_TRACES_PER_QUERY": "<your MAX_TRACES_PER_QUERY>",
"SLOW_REQUEST_THRESHOLD_MS": "<your SLOW_REQUEST_THRESHOLD_MS>",
"OTEL_EXPORTER_OTLP_ENDPOINT": "<your OTEL_EXPORTER_OTLP_ENDPOINT>",
"OTEL_SERVICE_NAME": "<your OTEL_SERVICE_NAME>",
"MCP_INCLUDE_ARGS_IN_SPANS": "<your MCP_INCLUDE_ARGS_IN_SPANS>"
}
}
}
}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.mcpsmiths%2Ftracehub-mcp)<a href="https://mcptoplist.com/server/io.github.mcpsmiths%2Ftracehub-mcp"><img src="https://mcptoplist.com/badge/io.github.mcpsmiths%2Ftracehub-mcp.svg" alt="MCP Toplist: Top 5% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
mcpsmiths
Other servers by mcpsmiths
View all mcpsmiths servers →Available versions (11)
| Version | Published |
|---|---|
| 0.11.0 | Sep 19, 2026 |
| 0.10.0 | Sep 18, 2026 |
| 0.9.0 | Sep 17, 2026 |
| 0.8.2 | Sep 17, 2026 |
| 0.8.1 | Sep 16, 2026 |
| 0.8.0 | Sep 16, 2026 |
| 0.7.0 | Sep 16, 2026 |
| 0.6.0 | Sep 15, 2026 |
| 0.5.0 | Sep 14, 2026 |
| 0.4.0 | Sep 13, 2026 |
| 0.2.3 | Sep 13, 2026 |
Frequently asked questions
- Who maintains tracehub-mcp?
- tracehub-mcp is maintained by mcpsmiths, which publishes 2 MCP servers (15 total versions) tracked on MCP Toplist.
- Is tracehub-mcp listed on the Official MCP Registry?
- Yes — tracehub-mcp is listed on the Official MCP Registry, alongside Glama.
- How many versions does tracehub-mcp have?
- MCP Toplist tracks 11 versions of tracehub-mcp, most recently published on Sep 19, 2026.
- Where can I find the source code for tracehub-mcp?
- The source code for tracehub-mcp is hosted at github.com/mcpsmiths/tracehub-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.