C

Claude Config Manager

Local, open-source UI for Claude Code config files.

Source
Project directory
~/.claude →
Your personal Claude Code config. Applies to every project on this machine. Stored under ~/.claude/ (or %APPDATA%\Claude on Windows).
Files
Loading…

Make Claude Code pick this up

Files written by this tool land in Claude Code's standard locations — Claude Code will pick them up automatically on the next session start. No symlinks, no daemons.

  • ~/.claude/* applies to every project on this machine.
  • <project>/.claude/* + CLAUDE.md are read whenever you cd into that project.
  • .claude/settings.local.json should be in your .gitignore — this tool labels gitignored files so you can tell at a glance.
  • Each save writes a timestamped .bak-* alongside the original — nothing is lost.