G

Grafana MCP server

MCP detected

Details
Endpoint
http://localhost:8000/mcp
Transport
streamable-http, sse
Docs
https://grafana.com/docs/grafana/latest/developer-resources/mcp/
Authentication
Grafana service account token bearer discovered Get token ↗
Authorization: Bearer <credential>

In your Grafana instance, sign in as a user allowed to manage service accounts, then go to AdministrationUsers and accessService accountsAdd service account. Open the service account, choose Add service account token, and generate a token. Use that token as Authorization: Bearer <SERVICE_ACCOUNT_TOKEN>. See Service accounts and HTTP API authentication.

Grafana username and password basic discovered
Authorization: Basic <credential>

Use a Grafana username and password for an on-prem Grafana instance where basic auth is enabled. This is documented for Grafana OSS/Enterprise and for the Grafana MCP server, but Grafana Cloud HTTP API does not allow it. See HTTP API authentication and MCP authentication.