claude-cci
v0.1.6
Published
Inspect Claude Code configuration - skills, plugins, MCP servers, memory, hooks, agents, settings, marketplace
Maintainers
Readme
cci — Claude Code Inspector
A CLI tool that scans your Claude Code configuration and opens a visual dashboard in the browser.
Install
npm install -g claude-cciOr run without installing:
npx claude-cciUsage
cciRun from any project directory. It reads your Claude Code setup and opens a self-contained HTML dashboard in your default browser.
What it shows
Scans ~/.claude/, ~/.claude.json, and the current project's .claude/ directory:
- Plugins — installed plugins, marketplaces, blocked plugins
- Skills — user and project-scoped skills
- MCP Servers — user and project-scoped MCP server configs
- Agents — custom agents at user and project level
- CLAUDE.md — user, project, and local instruction files
- Rules — glob-scoped instruction rules
- Hooks — configured hook events
- Auto Memory — memory files Claude has written for your project
- Settings — user, project, and local settings with precedence view
Requirements
Node.js 16+
License
MIT
