THE 4ORT LAB  //  PROPERTY 07 / 21

4ort-cli — The Galaxy CLI

One command-line client for the whole lab, published on npm as @4ort/cli, with an MCP server in the same binary.

/

What It Is

A lab of 20+ properties needs one front door from the terminal, and 4ort-cli is it: a single command-line client for the whole network, published on npm as @4ort/cli. Site hosting, mail, knowledge-graph search and Q&A, smart web search, video publishing. Every major surface of the lab, reachable from one command.

The secrets handling is the part worth pausing on: a 1Password-style 4ort run injects vault secrets into child processes only, so plaintext never touches disk. Your keys live in the vault; your scripts get them at runtime; nothing leaks into files or shell history.

And because this is the AI-first internet, the CLI is also an agent tool by design: an mcp mode turns the CLI itself into an MCP server, handing any agent the same lab-wide capabilities a human gets at the terminal.

/

Highlights

TypeScript commander.js
/

Status

  v0.7.0, published on npm.

npmjs.com/package/@4ort/cli ↗