Menu

Post image 1
Post image 2
1 / 2
0

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

DEV Community·Haruki Kuriwada·21 days ago
#cBXj7FOj
#cli#opensource#claude#ai#config#code
Reading 0:00
15s threshold

Haruki Kuriwada

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

Read More