{
"mcpServers": {
"grafana": {
"env": {
"GRAFANA_HOST": "https://your-grafana-instance.com",
"GRAFANA_API_KEY": "your-grafana-api-key-here",
"GRAFANA_SSL_VERIFY": "true"
},
"args": [
"run",
"--rm",
"-i",
"-e",
"GRAFANA_HOST",
"-e",
"GRAFANA_API_KEY",
"-e",
"GRAFANA_SSL_VERIFY",
"drdroidlab/grafana-mcp-server",
"-t",
"stdio"
],
"command": "docker"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A Model Context Protocol (MCP) server for Grafana
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
MIT. View license →
Is it maintained?
Last commit 258 days ago. 6 stars.
Will it work with my client?
Transport: stdio, sse, http. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
MCP Server for GCP environment for interacting with various Observability APIs.
AI cost tracking: 11 tools for spend, budgets, and Claude Code + Cursor + Cline costs
Real-time GitHub Actions observability: DORA Metrics, Cost Analysis, CI/CD Health dashboards.
MCP server for Yandex.Direct API — campaigns, ads, statistics, keywords. Bearer token auth.
MCP Security Weekly
Get CVE alerts and security updates for Grafana Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
The following tools are available via the MCP server:
glsa_)uv venv .venv
source .venv/bin/activate
uv sync
uv run -m src.grafana_mcp_server.mcp_server
uv to run any other entrypoint scripts as needed.config.yaml is in the same directory as mcp_server.py or set the required environment variables (see Configuration section).grafana-mcp-server/src/grafana_mcp_server/config.yaml with your Grafana details (host, API key).docker compose up -d
The server loads configuration in the following order of precedence:
GRAFANA_HOST: Grafana instance URL (e.g. https://your-grafana-instance.com)GRAFANA_API_KEY: Grafana Service Account Token (required)GRAFANA_SSL_VERIFY: true or false (default: true)MCP_SERVER_PORT: Port to run the server on (default: 8000)MCP_SERVER_DEBUG: true or false (default: true)config.yaml):
grafana:
host: "https://your-grafana-instance.com"
api_key: "your-grafana-api-key-here"
ssl_verify: "true"
server:
port: 8000
debug: true
You can integrate this MCP server with any tool that supports the MCP protocol. Here are the main options: