( .claude/settings.local.json ) 4. 共有プロジェクト設定 ( .claude/settings.json ) 5. ユーザー設定( ~/.claude/settings.json ) 上記の順で allow なり deny なり additionalDirectories なりが設定されている場 合、優先順位の高いものが適用される。 使える環境変数が記載。Claude が利用可能な ツールとして、権限が必要なものと不要なもの がある。それぞれ、Bash, Edit, MultiEdit, NotebookEdit, WebFetch, WebSearch, Write と、Glob, Grep, LS, NotebookRead, Read, Task, TodoWrite 設定コマンド https://docs.anthropic.com/en/docs/claude-code/settings claude config list claude config get <key> claude config set <key> <value> claude config add <key> <value> # リストへの追加 claude config remove <key> <value> # リストからの削除 claude config set -g <key> <value> 1 / 41