Bridge AI agents to observability backends
Query Prometheus metrics and Loki logs. Help identify root causes when alerts fire or issues arise.
{
"mcpServers": {
"opentelemetry": {
"mcpServers": {
"otel": {
"env": {
"LOKI_URL": "http://localhost:3100",
"PROMETHEUS_URL": "http://localhost:9090"
},
"args": [
"otel-mcp"
],
"command": "uvx"
}
}
}
}
}