Scope-based config viewer/editor for Claude Code.
Manage your Claude Code configurations from one place
- Shows the effective Claude Code settings for the current project (merged from all scopes).
- Can edit/view Claude Code configurations for all scopes from a single UI.
- Uses the Claude Code's official JSON Schema.
# npx
npx cc-config-viewer
# bunx
bunx cc-config-viewer
# pnpm
pnpm dlx cc-config-viewerOpens a browser-based UI to view and edit Claude Code settings across all configuration scopes (Managed, User, Project, Local), so you can see at a glance which settings are currently in effect.
See the CLI options for available flags.
See the usage guide.
See CONTRIBUTING.md.
