{"id":48549550,"url":"https://github.com/nikiforovall/claude-code-memory","last_synced_at":"2026-04-08T08:01:04.490Z","repository":{"id":349848692,"uuid":"1204191218","full_name":"NikiforovAll/claude-code-memory","owner":"NikiforovAll","description":"See everything Claude Code knows about your project — CLAUDE.md files, rules, auto memory, and imports","archived":false,"fork":false,"pushed_at":"2026-04-08T07:55:59.000Z","size":702,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-04-08T08:01:01.340Z","etag":null,"topics":["ai-tools","claude","claude-code","dashboard","developer-tools","memory","nodejs"],"latest_commit_sha":null,"homepage":"http://nikiforovall.blog/claude-code-memory/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NikiforovAll.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-07T19:23:05.000Z","updated_at":"2026-04-08T07:55:41.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/NikiforovAll/claude-code-memory","commit_stats":null,"previous_names":["nikiforovall/claude-code-memory"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/NikiforovAll/claude-code-memory","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NikiforovAll%2Fclaude-code-memory","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NikiforovAll%2Fclaude-code-memory/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NikiforovAll%2Fclaude-code-memory/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NikiforovAll%2Fclaude-code-memory/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NikiforovAll","download_url":"https://codeload.github.com/NikiforovAll/claude-code-memory/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NikiforovAll%2Fclaude-code-memory/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31545906,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"online","status_checked_at":"2026-04-08T02:00:06.127Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai-tools","claude","claude-code","dashboard","developer-tools","memory","nodejs"],"created_at":"2026-04-08T08:00:45.973Z","updated_at":"2026-04-08T08:01:04.481Z","avatar_url":"https://github.com/NikiforovAll.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Claude Code Memory\n\n[![npm version](https://img.shields.io/npm/v/claude-code-memory-explorer)](https://www.npmjs.com/package/claude-code-memory-explorer)\n[![license](https://img.shields.io/npm/l/claude-code-memory-explorer)](LICENSE)\n[![npm downloads](https://img.shields.io/npm/dm/claude-code-memory-explorer)](https://www.npmjs.com/package/claude-code-memory-explorer)\n\n\u003e See everything Claude Code knows about your project — CLAUDE.md files, rules, auto memory, and imports.\n\n## Getting Started\n\n```bash\nnpx claude-code-memory-explorer --open\n```\n\nOpen http://localhost:3459 (or use `--open` to auto-launch the browser).\n\nThat's it. No config — the dashboard reads your existing Claude Code memory files.\n\n![Dark theme](assets/main-dark.png)\n![Light theme](assets/main-light.png)\n\n## Features\n\n- **Full memory stack** — User CLAUDE.md, project CLAUDE.md, CLAUDE.local.md, rules, auto memory, and managed policies\n- **Import resolution** — Follows `@path/to/file.md` references and `[text](file.md)` markdown links up to 5 levels deep\n- **Rules inspection** — Shows path-scoped frontmatter (`paths`, `type`, `name`) with conditional load indicators\n- **Auto memory** — Visualizes MEMORY.md with startup cutoff line, on-demand topic files, and frontmatter badges\n- **Tree + preview** — Left panel grouped by scope (user/project/rules/memory), right panel with syntax-highlighted preview\n- **Keyboard-driven** — j/k navigation, h/l group jump, e to open in editor, t for theme, ? for help\n- **Resizable sidebar** — Drag handle between tree and preview, width persisted\n- **Browser history** — Back/forward navigates file selection, bookmarkable URLs\n- **Dark \u0026 light theme** — Dark default, light toggle with `t` key\n- **Hub integration** — Works as a tab in Claude Code Hub alongside Cost and Marketplace\n\n## Configuration\n\n```bash\nPORT=8080 npx claude-code-memory-explorer              # Custom port\nnpx claude-code-memory-explorer --open                 # Auto-open browser\nnpx claude-code-memory-explorer --dir=~/.claude-work   # Custom Claude config dir\nnpx claude-code-memory-explorer --project=/path/to/project  # Specify project path\n```\n\nIf port 3459 is in use, the server falls back to a random available port.\n\n### Global install\n\n```bash\nnpm install -g claude-code-memory-explorer\nclaude-code-memory-explorer --open\n```\n\n## How It Works\n\nClaude Code stores memory across multiple locations:\n\n| Source | Path | Load Behavior |\n|--------|------|---------------|\n| Managed policy | `/etc/claude-code/CLAUDE.md` | Always |\n| User CLAUDE.md | `~/.claude/CLAUDE.md` | Always |\n| Project CLAUDE.md | `./CLAUDE.md` or `./.claude/CLAUDE.md` | Always |\n| CLAUDE.local.md | `./CLAUDE.local.md` | Always |\n| Rules | `.claude/rules/*.md` | Conditional (path-scoped) |\n| Auto memory | `~/.claude/projects/\u003cencoded\u003e/memory/` | Startup (MEMORY.md) or on-demand |\n\nThe dashboard:\n1. **Scans** all memory locations — `~/.claude/`, ancestor directories, project rules, auto memory\n2. **Parses** YAML frontmatter in rules files for path globs and metadata\n3. **Resolves** `@import` chains recursively (max 5 levels), tracking both hard imports and soft markdown links\n4. **Groups** sources by scope with parent-child nesting for imports\n5. **Renders** with Highlight.js syntax highlighting — no build step, vanilla JS\n\nNothing is modified — the dashboard is read-only.\n\n### Memory Path Encoding\n\nClaude Code encodes project paths for auto memory storage: `C:\\Users\\me\\dev\\myproject` becomes `C--Users-me-dev-myproject` under `~/.claude/projects/`. The dashboard tries exact match first, then falls back to substring matching.\n\n## FAQ\n\n**Does it modify any files?**\nNo. Completely read-only — only reads markdown files from the Claude Code memory locations.\n\n**Does it work with Claude Code Hub?**\nYes. Exposes `/hub-config` endpoint for hub tab integration.\n\n**Can I switch projects?**\nYes. Use the project picker (Shift+P) or pass `?project=/path` as a URL parameter.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnikiforovall%2Fclaude-code-memory","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnikiforovall%2Fclaude-code-memory","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnikiforovall%2Fclaude-code-memory/lists"}