New:Socket for Asana Is Now Available.Learn more
Sign In

@booboo-brain/cli

Package Overview
Dependencies
Maintainers
1
Versions
14
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.7
Version published
Maintainers
1
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 14 Aug 2026

Related posts