zed-mcp-grafana
This Zed extension integrates the Grafana MCP Server as a Zed context server. Users can set up a Grafana service account and use an API key to add connection information to the Zed configuration file, enabling efficient data visualization and management through Grafana's capabilities.
GitHub Stars
2
User Rating
Not Rated
Forks
0
Issues
0
Views
1
Favorites
0
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.