wefilmshit/open-brain-template
Visual brain map dashboard for AI memory systems. Built on Supabase + Vercel. Works with any MCP-compatible AI tool.
Platform-specific configuration:
{
"mcpServers": {
"open-brain-template": {
"command": "npx",
"args": [
"-y",
"open-brain-template"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
A visual brain map for AI memory systems. See your entire memory hierarchy at a glance, search semantically, edit inline, and manage priority-based loading rules.
Built on Supabase + Vercel. Works with Claude Code, Claude Desktop, ChatGPT, or any MCP-compatible AI tool.
Brain Map — Visual tree showing memory hierarchy across 3 tiers:
Semantic Search — Find any memory by meaning, not just keywords
Inline Editing — Click any memory node to expand, edit, or delete
Editor Tab — Manage source-of-truth documents organized by load priority
Google OAuth — Secure login with email allowlist
Priority Load Order — P1 through P4 system tells AI agents what to read first
YOUR_SUPABASE_URL and YOUR_SUPABASE_ANON_KEY in index.htmlALLOWED_EMAILSFull setup instructions in CLAUDE.md (readable by both humans and AI agents).
Not all memories are equal. Rules should load every session. Reference docs load when relevant. This system prevents AI context overload and ensures critical guardrails are never forgotten.
Long AI sessions cause context drift — the agent "forgets" rules loaded at the start. The /refresh command forces re-reading of P1 rules mid-session without sta
Loading reviews...