memvid/claude-brain

★ 576⑂ 0

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.

About memvid/claude-brain

memvid/claude-brain is an open-source project on GitHub, mainly written in TypeScript. 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. It currently holds 576 stars and 0 forks with 0 open issues, and was last pushed on an unknown date (repository created unknown).

Project Overview

AI Homed tracks it on the AI Agent Memory board.

GitHub Repository Details

Repository memvid/claude-brain · default branch - · size 0 KB · watchers 0 · source: GitHub REST API and repository README

README

https://github.com/memvid/claude-brain/blob/HEAD/Claude Brain

Give Claude Code photographic memory.

GitHub stars License: MIT


https://github.com/user-attachments/assets/b57cb3db-576b-4c1f-af92-95796ba3fb5b


Install in 30 seconds · How it Works · Commands · Full Demo


The Problem

You: "Remember that auth bug we fixed?"
Claude: "I don't have memory of previous conversations."
You: "We spent 3 hours on it yesterday"
Claude: "I'd be happy to help debug from scratch!"

200K context window. Zero memory between sessions.

You're paying for a goldfish with a PhD.


The Fix

You: "What did we decide about auth?"
Claude: "We chose JWT over sessions for your microservices.
        The refresh token issue - here's exactly what we fixed..."

One file. Claude remembers everything.


Installation

# One-time setup (if you haven't used GitHub plugins before)
git config --global url."https://github.com/".insteadOf "git@github.com:"
# In Claude Code
/plugin add marketplace memvid/claude-brain

Then: /plugins → Installed → mind Enable Plugin → Restart.

Done.


How it Works

After install, Claude's memory lives in one file:

your-project/
└── .claude/
    └── mind.mv2   # Claude's brain. That's it.

No database. No cloud. No API keys.

What gets captured:

Why one file?

Commands

In Claude Code:

/mind stats                       # memory statistics
/mind search "authentication"     # find past context
/mind ask "why did we choose X?"  # ask your memory
/mind recent                      # what happened lately

Or just ask naturally: "mind stats", "search my memory for auth bugs", etc.


CLI (Optional)

For power users who want direct access to their memory file:

npm install -g memvid-cli
memvid stats .claude/mind.mv2           # view memory stats
memvid find .claude/mind.mv2 "auth"     # search memories
memvid ask .claude/mind.mv2 "why JWT?"  # ask questions
memvid timeline .claude/mind.mv2        # view timeline

Full CLI reference →


FAQ

How big is the file?

Empty: ~70KB. Grows ~1KB per memory. A year of use stays under 5MB.

Is it private?

100% local. Nothing leaves your machine. Ever.

How fast?

Sub-millisecond. Native Rust core. Searches 10K+ memories in <1ms.

Reset memory?

rm .claude/mind.mv2


---

Built on memvid - the single-file memory engine


If this saved you time, star the repo


Send me your .mv2 file and I'll tell you what's wrong with your code. No context needed - I already know everything.

GitHub Stars & Activity

576Stars
0Forks
0Open issues
TypeScriptLanguage

GitHub Popularity

GitHub stars576
Forks0
Open issues0
Primary languageTypeScript
License-
Stars gained today0
Created-
Last pushed-

Trending History

Trending statusnot on today's boards

Related AI Projects

1

thedotmack / claude-mem

TypeScript★ 94,340⑂ 0
2

supermemoryai / supermemory

TypeScript★ 30,687⑂ 0
3

TencentCloud / TencentDB-Agent-Memory

TypeScript★ 27,043⑂ 0
4

MemTensor / MemOS

TypeScript★ 11,489⑂ 0
5

CaviraOSS / LongMemory

TypeScript★ 4,510⑂ 0
6

letta-ai / letta-code

TypeScript★ 3,386⑂ 0
7

cortexkit / magic-context

TypeScript★ 2,162⑂ 0
8

agentset-ai / agentset

TypeScript★ 2,093⑂ 0

More AI Rankings