๐Ÿง 
Model

Claude Brain

by memvid gh-model--memvid--claude-brain
Nexus Index
44.2 Top 100%
S: Semantic 50
A: Authority 0
P: Popularity 62
R: Recency 82
Q: Quality 50
Tech Context
Vital Performance
0 DL / 30D
0.0%
Audited 44.2 FNI Score
Tiny - Params
- Context
0 Downloads
Commercial MIT License
Model Information Summary
Entity Passport
Registry ID gh-model--memvid--claude-brain
License MIT
Provider github
๐Ÿ“œ

Cite this model

Academic & Research Attribution

BibTeX
@misc{gh_model__memvid__claude_brain,
  author = {memvid},
  title = {Claude Brain Model},
  year = {2026},
  howpublished = {\url{https://github.com/memvid/claude-brain}},
  note = {Accessed via Free2AITools Knowledge Fortress}
}
APA Style
memvid. (2026). Claude Brain [Model]. Free2AITools. https://github.com/memvid/claude-brain

๐Ÿ”ฌTechnical Deep Dive

Full Specifications [+]

Quick Commands

๐Ÿ™ Git Clone
git clone https://github.com/memvid/claude-brain

โš–๏ธ Nexus Index V2.0

44.2
TOP 100% SYSTEM IMPACT
Semantic (S) 50
Authority (A) 0
Popularity (P) 62
Recency (R) 82
Quality (Q) 50

๐Ÿ’ฌ Index Insight

FNI V2.0 for Claude Brain: Semantic (S:50), Authority (A:0), Popularity (P:62), Recency (R:82), Quality (Q:50).

Free2AITools Nexus Index

Verification Authority

Unbiased Data Node Refresh: VFS Live
---

๐Ÿš€ What's Next?

Technical Deep Dive


The Problem

text
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

text
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

bash
# One-time setup (if you haven't used GitHub plugins before)
git config --global url."https://github.com/".insteadOf "git@github.com:"
bash
# 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:

text
your-project/
โ””โ”€โ”€ .claude/
    โ””โ”€โ”€ mind.mv2   # Claude's brain. That's it.

No database. No cloud. No API keys.

What gets captured:

  • Session context, decisions, bugs, solutions
  • Auto-injected at session start
  • Searchable anytime

Why one file?

  • git commit โ†’ version control Claude's brain
  • scp โ†’ transfer anywhere
  • Send to teammate โ†’ instant onboarding

Commands

In Claude Code:

bash
/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:

bash
npm install -g memvid-cli
bash
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.

๐Ÿš€ Quick Start

bash
npm install -g memvid-cli

โš ๏ธ Incomplete Data

Some information about this model is not available. Use with Caution - Verify details from the original source before relying on this data.

View Original Source โ†’

๐Ÿ“ Limitations & Considerations

  • โ€ข Benchmark scores may vary based on evaluation methodology and hardware configuration.
  • โ€ข VRAM requirements are estimates; actual usage depends on quantization and batch size.
  • โ€ข FNI scores are relative rankings and may change as new models are added.
  • โš  License Unknown: Verify licensing terms before commercial use.

Social Proof

GitHub Repository
354Stars
๐Ÿ”„ Daily sync (03:00 UTC)

AI Summary: Based on GitHub metadata. Not a recommendation.

๐Ÿ“Š FNI Methodology ๐Ÿ“š Knowledge Baseโ„น๏ธ Verify with original source

๐Ÿ›ก๏ธ Model Transparency Report

Technical metadata sourced from upstream repositories.

Open Metadata

๐Ÿ†” Identity & Source

id
gh-model--memvid--claude-brain
slug
memvid--claude-brain
source
github
author
memvid
license
MIT
tags
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, typescript

โš™๏ธ Technical Specs

architecture
null
params billions
null
context length
null
pipeline tag
feature-extraction

๐Ÿ“Š Engagement & Metrics

downloads
0
stars
354
forks
0

Data indexed from public sources. Updated daily.