Portable, git-tracked AI memory that compounds across every tool you use. Works with Claude Code, Cursor, Antigravity, and more.
$ curl -fsSL http://get.cerebrumma.com | shHow it works
One command installs the CLI, MCP server, and wires up Claude Code. Run cerebrum init to create your Brain.
The git hook records every commit. The file watcher captures every save. Your Brain grows without thinking.
Run cerebrum dream, paste into any LLM, ingest the reflection. Knowledge distills into skills and facts.
Built for developers
Integrations
One Brain, every editor. MCP wires Cerebrumma into your workflow automatically.
Claude Code
Auto-configured on install. Brain tools available in every conversation via MCP.
Setup guide →
Cursor
Drop one JSON block into .cursor/mcp.json. Memory reads happen inline as you code.
Setup guide →
Antigravity
Native integration. Cerebrumma is the memory layer Antigravity was built for.
Setup guide →
VSCode
Works via any MCP-compatible extension. Copilot, Continue, and more.
Setup guide →
Memory format
Every memory entry is a Markdown file with YAML frontmatter. No proprietary format. No binary blobs. Diff it, grep it, share it.
--- timestamp: 2026-05-08T18:00:00Z source_tool: cli salience_score: 0.6 bias_flag: false provenance: manual --- Always prefer functional components in React.
CLI reference
cerebrum initCreate .cerebrum/ in current projectcerebrum init --globalCreate ~/.cerebrum/ shared across all projectscerebrum add "..."Add an episodic memory entrycerebrum add --global "..."Add to the global Braincerebrum statusShow entry counts across memory layerscerebrum hook installInstall git post-commit hookcerebrum watchWatch for file saves and auto-capturecerebrum dreamArchive episodes + generate reflection promptcerebrum dream --ingest <file>Parse LLM reflection into memory layersOne command. Runs locally. No keys, no cloud, no lock-in.
$ curl -fsSL http://get.cerebrumma.com | sh