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

@booboo-brain/cli

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@booboo-brain/cli

Booboo CLI — one `booboo` command: build | serve | mcp | view | panel. Lazy-loads each subcommand so a build-only run never pulls the server or viewer.

Source
npmnpm
Version
0.5.3
Version published
Weekly downloads
316
189.91%
Maintainers
1
Weekly downloads
 
Created
Source

@booboo-brain/cli

The one command. booboo dispatches to four subcommands, each lazy-loaded so a build-only run never pulls the server or the viewer.

booboo build  --config booboo.config.yaml          # any postgres/json → one graph snapshot
booboo serve  --snapshot brain.json --port 8787    # REST: /graph /stats /search /nodes /neighbors /path
booboo mcp    --snapshot brain.json                # MCP over stdio (Claude / Cursor / Claude Code)
booboo view   --snapshot brain.json                # 3D viewer in your browser
booboo view   --demo --nodes 100000                # a synthetic brain, no data needed

build runs @booboo-brain/build; serve and mcp run @booboo-brain/serve; view serves the prebuilt @booboo-brain/viewer app. Install this one package to get the booboo command — it brings all of them in.

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