Connect Grafana Cloud to Copilot Studio
Search, read and write Grafana Cloud from Copilot Studio. Arlet links the two through one MCP connection and takes care of keys and authentication.
Arlet makes Grafana's official MCP server available from the AI client you already use. Sign in to Grafana Cloud and choose read, query or write access to complete the connection.
The AI can search and read dashboards, query Prometheus, Loki, Tempo and other data sources, manage alerts, incidents and on-call, and run Assistant investigations. This covers Grafana Cloud stacks, and the available tools are those provided by Grafana's official server.
How to connect Grafana Cloud to Copilot Studio
- 1
In the Arlet dashboard, open Integrations → Add an integration and choose Grafana Cloud. Sign in with Link Grafana Cloud, name the connection and click Create.
- 2
Sign in to Copilot Studio with your work account, create a new agent (or open an existing one), and in the Build tab choose Tools → + → Add → Model Context Protocol (MCP) in the right panel.
- 3
In the Add MCP server form, enter "Arlet" as the Server name, https://mcp.arlet.dev/mcp/ as the Server URL, choose OAuth 2.0 for Authentication and "Dynamic (detected)" for Configuration type, then click Add. No Client ID / Secret is needed.
- 4
On the Select a connection screen, choose Create new connection → Create, then sign in with Google on the Arlet authorization screen and click Allow. Click Add to attach the tool to the agent, then Publish to use it from Microsoft 365 Copilot.
Requires a Microsoft work account and a Copilot Studio license (or trial). MCP is available only for agents using generative orchestration and not in Copilot Studio in Teams.
What you can do
Grafana Cloud tools that Copilot Studio can call.
search_dashboardsSearch dashboards.
get_dashboard_summaryGet a dashboard summary.
get_dashboard_panel_queriesGet the queries behind panels.
update_dashboardCreate or update a dashboard.
list_datasourcesList data sources.
query_prometheusQuery Prometheus metrics.
query_loki_logsQuery Loki logs.
query_loki_patternsExtract log patterns.
query_pyroscopeQuery Pyroscope profiles.
alerting_manage_rulesManage alert rules.
list_incidentsList incidents.
create_incidentCreate an incident.
get_current_oncall_usersGet who is on call now.
create_annotationAdd an annotation.
create_investigationStart an Assistant investigation.
ask_assistantAsk Grafana Assistant a question.
The tool list follows what Grafana Cloud's official MCP server provides and may change.
Example uses
Read a dashboard
Read a dashboard's panels and queries and explain the current state in words.
Correlate logs and metrics
Confirm an error-rate spike in Prometheus and pull the matching Loki logs to narrow the cause.
Handle on-call
Check who is on call, open an incident and leave annotations.
Tune alerts
List existing alert rules and adjust thresholds or add new rules.
Prompts you can use as-is
- Read the API Overview dashboard and summarize the current state
- Find services whose error rate rose in the last 30 minutes in Prometheus and pull the matching error logs from Loki
- Who is on call right now? Open an incident for the checkout outage
- List the alert rules for the checkout service and add a p95 latency alert
