Set up the CLI
The stella CLI is generated from the same tool registry as the server’s MCP
surface, so its commands mirror what an assistant can do, with the same
permission model.
Install
Section titled “Install”npm i -g @stll/cliSign in
Section titled “Sign in”stella auth login --server https://api.stll.appThe login opens your browser for the standard sign-in and permission review.
The first login needs --server because no server address is built into the
CLI; it becomes the default afterwards. Credentials are stored per server, so
--server <url> on any command (or the STELLA_SERVER_URL environment
variable) switches to another one, self-hosted included.
First commands
Section titled “First commands”stella --help # list every commandstella matter list # your mattersstella search matters --query "contractual penalty"stella document content --entity-id <id> # a document's textCommands follow stella <resource> <action>. Destructive actions ask for
confirmation; pass --yes in scripts you trust.
Some groups (case-law, legislation, time-entry, rate, invoice,
usage) depend on server features: where a deployment has one turned off, its
commands exit with code 5.
Verify a server without signing in
Section titled “Verify a server without signing in”stella compatibility check --server https://api.stll.appNext steps
Section titled “Next steps”- The full command surface is in the tool reference.