# amitte/grafana-tools

> Read-only Grafana surface — list_dashboards, get_panel_data, query_datasource. Backed by the Grafana HTTP API + datasource proxy.

## Identity

- **Type:** mcp-server
- **Version:** 0.1.0
- **Trust tier:** official
- **License:** Apache-2.0
- **Authors:** Amitte Maintainers
- **Repo / bundle:** amitte/showcase
- **Canonical URL:** https://amitte.com/s/amitte/grafana-tools

## Tags

- **Capabilities:** dashboards-list, panel-data, datasource-query
- **Domains:** observability, dashboards

## Evaluation

- **Adversarial score:** 95/100
- **Content score:** 82/100

## Endpoints

- **service-backed** `grafana-tools` → https://mcp.amitte.com/v1/grafana-tools/sse — Remote MCP server fronting Grafana via a service-account token with `Viewer` role. Compatible with Claude Desktop, Cursor, VS Code.
  - tool: `list_dashboards` — Read-only. Search dashboards by query string. Returns id, uid, title, folder.
  - tool: `get_panel_data` — Read-only. Fetch the data series powering a specific panel by replaying its query against the proxy.
  - tool: `query_datasource` — Read-only. Run a query against a registered datasource (Prometheus, Loki, ...) via the datasources proxy.

## Programmatic access

- Fetch JSON-RPC: `POST https://registry.amitte.com/rpc` with `{ "method": "fetch", "params": { "id": "amitte/grafana-tools" } }`
- Install via CLI: `amitte install amitte/grafana-tools`
- HTML page: https://amitte.com/s/amitte/grafana-tools

Last updated: 2026-06-08T17:04:45.094Z