Part of Grafana, not a vendor of its own. The four checks, setup and context cost live in the Grafana guide.
Part of the Grafana stack
Grafana's metrics backend, a horizontally scalable store for Prometheus metrics. It speaks PromQL, so nothing in the connector is Mimir-specific.
The main Grafana MCP server, through its six PromQL tools. Those same tools serve Prometheus, Thanos, Mimir and Cloud Monitoring, so the datasource decides which backend answers.
list_prometheus_metric_nameslist_prometheus_label_nameslist_prometheus_label_valueslist_prometheus_metric_metadataquery_prometheusquery_prometheus_histogramSix tools, all on by default, counted from the captured tools/list for the Grafana MCP server. None mentions Mimir by name: they target any PromQL-compatible datasource, and Mimir is one.
Mimir allows 2 minutes for a query, but the MCP server gives up after 10 seconds by default, which is the shortest timeout in the path. The backend may have been about to answer; the connector stopped waiting.
What to do: Raise the connector's timeout rather than the backend's. The 10-second default is the binding constraint, so tuning Mimir changes nothing until that is lifted.
Grafana Mimir is part of Grafana, not a vendor of its own
The four checks, the setup, the context cost and the read-only configuration are all decided at the Grafana level, so they live in that guide rather than being repeated here.