zed-mcp-grafana
このZed拡張機能は、Grafana MCPサーバーをZedコンテキストサーバーとして統合します。ユーザーはGrafanaのサービスアカウントを設定し、APIキーを使用してZedの設定ファイルに接続情報を追加することで、Grafanaの機能を活用できます。これにより、データの可視化や管理が効率化されます。
GitHubスター
2
ユーザー評価
未評価
フォーク
0
イシュー
0
閲覧数
0
お気に入り
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.