cc-config-viewer
v0.1.14
Published
Scope-based config viewer/editor for Claude Code
Maintainers
Readme
cc-config-viewer
Scope-based config viewer/editor for Claude Code.

Manage your Claude Code configurations from one place
Features
- 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.
- (optional) Usage dashboard for the current project, inspired by ccusage.
Quick Start
# 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.
Usage
See the usage guide.
Development
See CONTRIBUTING.md.
Credits
Special thanks to ccusage by @ryoppippi — the session usage dashboard in this project was inspired by their wonderful work on Claude Code usage parsing approach.
Special thanks to LiteLLM by BerriAI — per-model pricing for cost calculations is sourced from their community-maintained model_prices_and_context_window.json.
