Codex と Claude Code に Grafana MCP を追加する#481
Merged
Merged
Conversation
シークレットを Codex の親環境へ常駐させず、Doppler から固定された MCP 起動プロセスだけへ渡すため。 Co-authored-by: Codex <noreply@openai.com>
Docker への依存を外し、Codex と Claude Code が同じ Doppler 設定を使えるようにする。 Co-authored-by: Codex <codex@openai.com>
MCP の追加によって Claude Code 本体や skills の配布責務まで移さないようにし、mcp-grafana の定義とインストールを専用 module にまとめる。 Co-authored-by: Codex <noreply@openai.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
概要
mcp-grafanav0.14.0 の公式バイナリを固定 hash で取得し、既存のカスタムバイナリと同じく専用 module からhome.packagesへ追加mcp、configprdから環境変数を受け取る共通の起動設定を追加modules/llm-agents.nixで管理し、既存の~/.claude/skillssymlink に MCP plugin を合成確認事項
mcp-grafana -versionでv0.14.0の実行を確認home-manager build --flake .#testuserが成功nix flake check .が成功.mcp.jsonが、同じ Doppler project、Nix パッケージ、stdio、--disable-writeを参照することを確認mcp-grafanaがhome.packagesに含まれ、~/.claude/skillsが従来どおり単一の symlink として生成されることを確認nixfmt --check、editorconfig-checker、git diff --check、gitleaks が成功/mcp接続は、外部設定が必要なため未確認🤖 Generated with Codex