Grafana MCP Server ↗
Grafana MCP Server is an officially published MCP server from Grafana Labs. Anomity scores its risk at 35 out of 100 (medium). It matches 1 dangerous capability combination.
Analysis summary
Grafana MCP Server is an officially published MCP server from Grafana Labs. Anomity scores its risk at 35 out of 100 (medium). It matches 1 dangerous capability combination.
Grafana's official server lets an agent query dashboards, datasources, alert rules, and incidents, so an assistant investigating an outage can pull the actual metrics rather than a screenshot of them.
Declared capabilities are outbound network access, credential access, and database reads through the connected datasources. That last one is the sharp edge: Grafana is a window onto whatever it is wired to, so the effective reach of this server is the union of every datasource in the organisation, which is usually broader than the person connecting it expects. Scope by folder and datasource, and prefer viewer-level credentials for assistants.
Why this entry scored 35 out of 100
This profile starts at the catalog's neutral base of 50. Because the entry is officially published, trust adjusts the score by -40. Declared high-risk capabilities add +10 (capped at +30). It matches 1 dangerous capability combination, which contributes additional severity weight. The clamped result is 35, placing it in the medium band.
Findings
-
Published by the vendor Trust offset
-
1 high-risk capability: credentials:access High
-
Database exfiltration risk (high) HighEvidenceDatabase read combined with outbound network can exfiltrate production data.
Capabilities
Every capability the entry declares, with the security implication of each.
-
network:outboundOutbound networkCan make outbound network requests. Required for hosted model providers and remote APIs; also the path for data exfiltration if combined with read access. -
credentials:accessCredentials accessReads provider API keys, OAuth tokens, or other secrets from the host keychain or environment. -
database:readDatabase readReads from connected databases. Useful for query and analytics agents; risky when combined with outbound network.
Dangerous combinations matched
Capability pairings that compound into well-known attack patterns.
-
Database exfiltration risk highDatabase read combined with outbound network can exfiltrate production data.database:read network:outbound