claude-code-memory-explorer
v0.11.1
Published
Memory explorer dashboard for Claude Code
Maintainers
Readme
Claude Code Memory Diagnoser
See everything Claude Code knows about your project — and find what's stale, false, or conflicting.

Getting Started
npx claude-code-memory-explorer --openNo config. The dashboard scans the Claude Code memory locations for the current project and renders the full stack. Browsing is read-only; nothing leaves your machine.
Features
- Full memory stack — user/project/local CLAUDE.md, rules, auto memory, agent memory, managed policies, and resolved
@importchains in one view - Claude analysis — audit memory files with headless Claude: health score, per-file findings (stale, false, or conflicting claims) with suggested fixes, merged across runs
- Keyboard-driven — j/k navigation, e to open in editor, Shift+P project picker, ? for help
- 17 color themes — each in light and dark, PWA installable
- Hub integration — runs standalone or as a tab in Claude Code Hub
Configuration
PORT=8080 Custom port (default: 3544, falls back if busy)
--dir <path> Custom Claude config dir (default: ~/.claude)
--project <path> Project to inspect (default: current directory)
--open Open browser on startThe config dir can also be set via the CLAUDE_CONFIG_DIR environment variable. Switch projects at runtime with the picker (Shift+P) or ?project=/path.
License
MIT
