Skip to main content

NimbleTools CLI

The NimbleTools CLI (ntcli) is a powerful command-line interface for managing your NimbleBrain workspaces, MCP servers, and deployments from the terminal.

Why Use the CLI?

Automation & Scripting

Automate workspace management and deployments in CI/CD pipelines

Faster Workflows

Execute commands quickly without leaving your terminal

Programmatic Control

Build custom tools and integrations on top of the CLI

Power User Features

Access advanced features not available in the Studio UI

Getting Started

1

Install the CLI

npm install -g @nimbletools/ntcli
2

Authenticate

ntcli auth login
3

Create or Select Workspace

ntcli workspace select
4

Start Managing

Deploy servers, manage secrets, and more from the command line

Command Categories

CLI vs Studio

FeatureCLIStudio
Speed⚡ Very fast🖱️ Point and click
Automation✅ CI/CD ready❌ Manual only
Scripting✅ Full support❌ Not available
Visual Interface❌ Terminal only✅ Rich UI
Best ForDevelopers, DevOpsAll users
Pro tip: Use both! Studio for building and visualizing, CLI for automation and deployment.