🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

create-booboo

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-booboo

Scaffold a new Booboo brain — `npx create-booboo my-brain`. Zero deps.

latest
Source
npmnpm
Version
0.5.2
Version published
Weekly downloads
286
262.03%
Maintainers
1
Weekly downloads
 
Created
Source

create-booboo

Scaffold a runnable Booboo brain in one command. Zero dependencies, pure stdlib.

Use

npx create-booboo my-brain
cd my-brain
npm install
npm run build      # booboo.config.yaml → brain.json (the snapshot)
npm run serve      # REST API on http://localhost:8787
npm run mcp        # MCP over stdio — point Claude / Cursor / Claude Code at it
npm run view       # see your brain in 3D (opens your browser)

What you get

  • booboo.config.yaml — layers, privacy walls, and sources: a JSON starter that works immediately, plus a commented postgres block to point at your own Postgres/Supabase (${DATABASE_URL} from the environment).
  • data.booboo.json — a small sample graph (agents / knowledge / memory) to build from.
  • package.json — wired build / serve / mcp / view scripts on @booboo-brain/cli.
  • .gitignore — the built snapshot can contain real data, so it's never committed.

Pass --force to scaffold into a non-empty directory.

Part of Booboo — the unified operational brain. MIT.

Keywords

booboo

FAQs

Package last updated on 02 Aug 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts