DEV Community

Haruki Kuriwada
Haruki Kuriwada

Posted on

I built a CLI to view your effective Claude Code config across all 4 scopes

Hey folks! πŸ‘‹

I use Claude Code every day, but honestly I'm never quite sure which config is actually in effect... πŸ€”

  • Does User scope's rules override Local scope's rules? πŸ’­
  • Does Managed scope's settings override Local scope's settings? πŸ’­
  • ...and so on.

I can never remember the precedence rules, so I built a tool that just shows you the effective Claude Code config for the current session across all 4 scopes (Managed / User / Project / Local).

Try it

No install needed:

npx cc-config-viewer@latest
Enter fullscreen mode Exit fullscreen mode

Features

  • See the effective config β€” what's actually being applied right now.
  • Edit/view configurations for all scopes from a single UI β€” no more jumping between files.
  • Backed by the official Claude Code JSON Schema β€” so it stays in sync with what Claude Code actually understands.

Feedback and issues very welcome πŸ™

GitHub: https://github.com/kuri-sun/cc-config-viewer

Top comments (0)