All MCP servers

Mcp Grafana

Official
by Api.AirforceStreamable HTTP03,128Apache-2.0

An MCP server giving access to Grafana dashboards, data and more.

mcpopen-source

Endpoint

POST https://mcp.grafana.com/mcp

Connecting a client

Most MCP clients accept a remote server URL plus a bearer token.

{
  "mcpServers": {
    "mcp-grafana-imp9e3e1": {
      "url": "https://mcp.grafana.com/mcp",
      "headers": { "Authorization": "Bearer YOUR_API_KEY" }
    }
  }
}