Zed MCP Grafana
Grafana MCP server extension for Zed
Ask AI about Zed MCP Grafana
Powered by Claude · Grounded in docs
I know everything about Zed MCP Grafana. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Reviews
Documentation
Grafana MCP Server Extension for Zed
This extension integrates the Grafana MCP Server as a Zed context server extension.
Installation
-
Create a service account in Grafana with enough permissions to use the tools you want to use, generate a service account token, and copy it to the clipboard for use in the configuration file. Follow the Grafana documentation for details.
-
Navigate to the Extensions menu in Zed, or use the command palette to search for extensions, and search for the Grafana MCP Server.
-
In your Zed settings, add configuration for the Grafana MCP server extension:
{
"context_servers": {
"mcp-server-grafana": {
"settings": {
"grafana_url": "<your grafana url>",
"grafana_api_key": "<your service account token>"
}
}
}
}
You can alternatively set the GRAFANA_URL and GRAFANA_API_KEY environment variables to configure the extension.
License
This project is licensed under the Apache 2.0 License.
