Skip to content

Instantly share code, notes, and snippets.

@ykessler
Created March 19, 2026 21:40
Show Gist options
  • Select an option

  • Save ykessler/8f3b37066ecfe5190fd596f601ea4861 to your computer and use it in GitHub Desktop.

Select an option

Save ykessler/8f3b37066ecfe5190fd596f601ea4861 to your computer and use it in GitHub Desktop.
Claude Code global permissions settings
{
"env": {
"CLAUDE_CODE_EFFORT_LEVEL": "max"
},
"permissions": {
"allow": [
"Read",
"Glob",
"Grep",
"Write",
"Edit",
"WebFetch",
"WebSearch",
"Agent",
"Bash(git *)",
"Bash(gh *)",
"Bash(npm *)",
"Bash(node *)",
"Bash(ls *)",
"Bash(find *)",
"Bash(grep *)",
"Bash(grep:*)",
"Bash(psql *)",
"Bash(curl *)",
"Bash(open *)",
"Bash(heroku *)",
"Bash(render *)",
"Bash(sort *)",
"Bash(python3 *)",
"mcp__claude_ai_Gmail__gmail_*",
"mcp__claude_ai_Google_Calendar__gcal_*",
"mcp__claude_ai_Google_Drive__*"
],
"deny": []
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment