{"id":44742934,"url":"https://github.com/memvid/claude-brain","last_synced_at":"2026-02-15T21:15:13.682Z","repository":{"id":329331674,"uuid":"1119141547","full_name":"memvid/claude-brain","owner":"memvid","description":"Give Claude Code photographic memory in ONE portable file. No database, no SQLite, no ChromaDB - just a single .mv2 file you can git commit, scp, or share. Native Rust core with sub-ms operations.","archived":false,"fork":false,"pushed_at":"2026-01-16T22:20:45.000Z","size":48140,"stargazers_count":137,"open_issues_count":5,"forks_count":9,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-17T11:22:40.089Z","etag":null,"topics":["ai-tools","anthropic","claude","claude-agents","claude-ai","claude-code","claude-skills","context-window","developer-tools","llm-memory","long-term-memory","memvid","persistent-memory","portable","rag","rust","single-file"],"latest_commit_sha":null,"homepage":"https://memvid.com","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/memvid.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","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":"2025-12-18T20:11:22.000Z","updated_at":"2026-01-16T22:20:49.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/memvid/claude-brain","commit_stats":null,"previous_names":["memvid/memvid-mind","memvid/claude-brain"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/memvid/claude-brain","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/memvid%2Fclaude-brain","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/memvid%2Fclaude-brain/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/memvid%2Fclaude-brain/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/memvid%2Fclaude-brain/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/memvid","download_url":"https://codeload.github.com/memvid/claude-brain/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/memvid%2Fclaude-brain/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29489728,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-15T19:29:10.908Z","status":"ssl_error","status_checked_at":"2026-02-15T19:29:10.419Z","response_time":118,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","anthropic","claude","claude-agents","claude-ai","claude-code","claude-skills","context-window","developer-tools","llm-memory","long-term-memory","memvid","persistent-memory","portable","rag","rust","single-file"],"created_at":"2026-02-15T21:15:13.040Z","updated_at":"2026-02-15T21:15:13.669Z","avatar_url":"https://github.com/memvid.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n\u003cimg src=\"logo.png\" alt=\"Claude Brain\" width=\"320\" /\u003e\n\n### Give Claude Code photographic memory.\n\n[![GitHub stars](https://img.shields.io/github/stars/memvid/claude-brain?style=social)](https://github.com/memvid/claude-brain)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\n\u003cbr /\u003e\n\nhttps://github.com/user-attachments/assets/b57cb3db-576b-4c1f-af92-95796ba3fb5b\n\n\u003cbr /\u003e\n\n**[Install in 30 seconds](#installation)** · [How it Works](#how-it-works) · [Commands](#commands) · [Full Demo](https://youtu.be/uRT0CMdK0yg)\n\n\u003c/div\u003e\n\n\u003cbr /\u003e\n\n## The Problem\n\n```\nYou: \"Remember that auth bug we fixed?\"\nClaude: \"I don't have memory of previous conversations.\"\nYou: \"We spent 3 hours on it yesterday\"\nClaude: \"I'd be happy to help debug from scratch!\"\n```\n\n**200K context window. Zero memory between sessions.**\n\nYou're paying for a goldfish with a PhD.\n\n\u003cbr /\u003e\n\n## The Fix\n\n```\nYou: \"What did we decide about auth?\"\nClaude: \"We chose JWT over sessions for your microservices.\n        The refresh token issue - here's exactly what we fixed...\"\n```\n\nOne file. Claude remembers everything.\n\n\u003cbr /\u003e\n\n## Installation\n\n```bash\n# One-time setup (if you haven't used GitHub plugins before)\ngit config --global url.\"https://github.com/\".insteadOf \"git@github.com:\"\n```\n\n```bash\n# In Claude Code\n/plugin add marketplace memvid/claude-brain\n```\n\nThen: `/plugins` → Installed → **mind** Enable Plugin → Restart.\n\nDone.\n\n\u003cbr /\u003e\n\n## How it Works\n\nAfter install, Claude's memory lives in one file:\n\n```\nyour-project/\n└── .claude/\n    └── mind.mv2   # Claude's brain. That's it.\n```\n\nNo database. No cloud. No API keys.\n\n**What gets captured:**\n- Session context, decisions, bugs, solutions\n- Auto-injected at session start\n- Searchable anytime\n\n**Why one file?**\n- `git commit` → version control Claude's brain\n- `scp` → transfer anywhere\n- Send to teammate → instant onboarding\n\n\u003cbr /\u003e\n\n## Commands\n\n**In Claude Code:**\n```bash\n/mind stats                       # memory statistics\n/mind search \"authentication\"     # find past context\n/mind ask \"why did we choose X?\"  # ask your memory\n/mind recent                      # what happened lately\n```\n\nOr just ask naturally: *\"mind stats\"*, *\"search my memory for auth bugs\"*, etc.\n\n\u003cbr /\u003e\n\n## CLI (Optional)\n\nFor power users who want direct access to their memory file:\n\n```bash\nnpm install -g memvid-cli\n```\n\n```bash\nmemvid stats .claude/mind.mv2           # view memory stats\nmemvid find .claude/mind.mv2 \"auth\"     # search memories\nmemvid ask .claude/mind.mv2 \"why JWT?\"  # ask questions\nmemvid timeline .claude/mind.mv2        # view timeline\n```\n\n[Full CLI reference →](https://docs.memvid.com/cli/cheat-sheet)\n\n\u003cbr /\u003e\n\n## FAQ\n\n\u003cdetails\u003e\n\u003csummary\u003e\u003cb\u003eHow big is the file?\u003c/b\u003e\u003c/summary\u003e\n\nEmpty: ~70KB. Grows ~1KB per memory. A year of use stays under 5MB.\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003e\u003cb\u003eIs it private?\u003c/b\u003e\u003c/summary\u003e\n\n100% local. Nothing leaves your machine. Ever.\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003e\u003cb\u003eHow fast?\u003c/b\u003e\u003c/summary\u003e\n\nSub-millisecond. Native Rust core. Searches 10K+ memories in \u003c1ms.\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003e\u003cb\u003eReset memory?\u003c/b\u003e\u003c/summary\u003e\n\n`rm .claude/mind.mv2`\n\n\u003c/details\u003e\n\n\u003cbr /\u003e\n\n---\n\n\u003cdiv align=\"center\"\u003e\n\nBuilt on **[memvid](https://github.com/memvid/memvid)** - the single-file memory engine\n\n\u003cbr /\u003e\n\n**If this saved you time, [star the repo](https://github.com/memvid/claude-brain)**\n\n\u003cbr /\u003e\n\n*Send me your `.mv2` file and I'll tell you what's wrong with your code. No context needed - I already know everything.*\n\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmemvid%2Fclaude-brain","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmemvid%2Fclaude-brain","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmemvid%2Fclaude-brain/lists"}