CCM is a single pane of glass for every Claude Code configuration — MCP servers, hooks, permissions, CLAUDE.md files — across every project. All in one place, live.
Claude Code stores config in at least 5 different locations across your system. Every project adds more. You lose track. Things break silently.
Every CCM capability is available from the terminal. Pipe into your scripts, run in CI, or just stay in the terminal when that's where you already are.
Not a generic config tool. Understands every file format, location, and quirk of Claude Code's configuration system.
Finds every config file automatically — desktop app, global settings, and every project in your workspace. Walk subdirectories, decode Claude's project dir encoding, surface what exists.
Detects API keys, tokens, passwords, and connection strings by key name
and value pattern. Replaces them with ••••••••
everywhere they appear — CLI output, dashboard, templates.
SSE stream pushes config changes to the dashboard the moment any file is saved. No polling. No refresh. Your view stays in sync with what's actually on disk.
Every config write goes through a lock, creates a timestamped backup, and uses atomic file replacement. Bad write? Roll back in one command. Never corrupt a config file again.
Save any MCP server config as a reusable template — secrets become named placeholders automatically. Deploy to any project in one command, filling in your credentials once.
Verifies that the command for every MCP server actually exists on your PATH or as an absolute path. Instantly see which servers would fail before Claude Code even tries to start them.
Promote an MCP server from project scope to desktop, or demote a global permission to per-project. Compare two projects side-by-side to spot drift before it causes issues.
Full browser UI at localhost:3737. Token-authenticated, live-updating via SSE. Browse all MCPs, hooks, permissions, and CLAUDE.md files without touching the terminal.
Ships with ready-to-deploy templates for popular services: Stripe, Neon Postgres, MariaDB, WordPress, Hostinger API, Printful. Configure once, reuse everywhere.
One global install. Works immediately on any machine with Node 20+.
Requires Node.js 20 or later.
See everything CCM discovers instantly.
Browser UI with live watching.
Find broken configs before Claude does.
Stop opening config files by hand. See everything in one place — from the terminal or the browser.