Install ntcli and set up your development environment
Clone the repository
Install dependencies
Build the project
Link globally
Verify installation
Variable | Description | Default |
---|---|---|
NTCLI_API_URL | API base URL | https://mcp.nimbletools.ai |
NTCLI_DEFAULT_PORT | OAuth callback server port | 41247 |
ntcli
command is not found, ensure /usr/local/bin
(or your npm global bin directory) is in your PATH:Command not found: ntcli
ntcli
is not in your system PATH.Solutions:npm config get prefix
export PATH=$(npm config get prefix)/bin:$PATH
sudo
(not recommended): sudo npm install -g @nimbletools/ntcli
Permission denied errors
sudo
(not recommended for security reasons)Old version after update
npm cache clean --force
which ntcli