Installation & Configuration
{
"temposerver": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"-e",
"TEMPO_URL=http://host.docker.internal:3200",
"tempo-mcp-server"
],
"disabled": false,
"autoApprove": [
"tempo_query"
]
}
}