MCP Grafana runs on your own machine — the client starts it, so there is no endpoint to ping. 341 installs a week from npm. Last commit 12 Sep 2026.
Search & edit Grafana dashboards, query datasources (PromQL/LogQL/SQL), inspect alerts.
Today is the operative word: we check MCP Grafana every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add mcp-grafana -- npx -y @dockndevai/mcp-grafana
{
"mcpServers": {
"mcp-grafana": {
"args": [
"-y",
"@dockndevai/mcp-grafana"
],
"command": "npx"
}
}
}
[mcp_servers.mcp-grafana]
command = "npx"
args = ["-y", "@dockndevai/mcp-grafana"]
{
"mcpServers": {
"mcp-grafana": {
"args": [
"-y",
"@dockndevai/mcp-grafana"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"mcp-grafana": {
"args": [
"-y",
"@dockndevai/mcp-grafana"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
GRAFANA_URL (Base URL of the Grafana instance (e.g. http://localhost:3000).), GRAFANA_TOKEN (Grafana service-account token (Bearer). Use a Viewer-role account for read-only use.), GRAFANA_MODE (Access mode: read-only | read-write | admin. Starts read-only; writes need read-write.).
The author declared them in the registry entry; get the values from the project itself.
Query GreptimeDB metrics, logs and traces with SQL, TQL and RANGE. Manage pipelines and dashboards.
Connect Redash to Claude -- query data, manage dashboards, and run SQL with natural language.
PostgreSQL MCP — query databases, inspect schemas, explain queries.
Run governed SQL queries and inspect database schemas from MCP agents.
SQLite MCP — query databases, inspect schemas, explain queries, export data.
Inspect database schemas and execute SQL queries across multiple database providers with LINQ to DB.
Connect to PlanetScale databases, branches, schema, query insights, and execute SQL
Python MCP server for MySQL database inspection and querying
Answers built from our own checks of this server.