ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Grafana with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Manage observability via Grafana. search and inspect dashboards, monitor alerts, and handle data sources directly from any AI agent.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 4 capabilities

The complete Grafana capability set.

These are the exact actions your AI can choose when you ask it to work with Grafana.

Capability set01 / 01

01-04

4 capabilities in this set.

Part of 4 available through Grafana.

  1. 01

    Firing alerts

    Returns alerting rules that are currently in "firing" state, including their labels and annotations. Get currently firing alerts from Grafana Unified Alerting

  2. 02

    Get dashboard

    Requires the dashboard UID, which you can get from search_dashboards. Get full dashboard configuration including panels and queries

  3. 03

    List datasources

    ) are available in this Grafana instance. List all configured data sources in Grafana

  4. 04

    Search dashboards

    Returns basic info including the UID. To inspect the panels and queries of a dashboard, use get_dashboard with the uid. Search Grafana dashboards by title or tag

Observed, not estimated

870ms average. Fast in production.

Grafana is checked daily against the live service.

Daily averagePeak 1089ms
Aug 24Today
Fastest day
730ms
Slowest day
1089ms
14-day trend
Improving-9%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 4 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Grafana, so you can see the experience inside your AI.

It does not authenticate your account with Grafana. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Grafana Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_GY4fnTT6ubjB2NS0Nlt9HtI8gm9rlHDIhOeLcpat/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Grafana capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "grafana-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_GY4fnTT6ubjB2NS0Nlt9HtI8gm9rlHDIhOeLcpat/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Grafana owners ask.

  • 01

    Can my agent search for specific dashboards in my Grafana instance?

    Yes. Use the 'search_dashboards' capability. You can provide an optional query string to match titles or tags. The agent will return basic info including the unique UID required for deeper inspection.

  • 02

    How do I extract the PromQL or SQL queries from a dashboard panel via chat?

    Use the 'get_dashboard' capability with the dashboard UID. Your agent will retrieve the full JSON configuration, including all panels and their underlying data queries, enabling you to review the exact metrics logic natively.

  • 03

    Can I see firing alerts through the agent?

    Absolutely. Use the 'list_alerts' capability. The agent retrieves all configured alert rules and their current statuses, allowing you to identify which monitors are currently in a firing state synchronousy.