@nitrostack/cli
v1.0.10
Published
CLI for NitroStack - Create and manage MCP server projects
Maintainers
Readme
@nitrostack/cli ⚡
The command-line powerhouse for NitroStack — Scaffold, generate, and develop MCP servers at the speed of light.
@nitrostack/cli is the official toolkit for managing the NitroStack development lifecycle. From bootstrapping new projects with enterprise-ready templates to generating code and types, the CLI is your best friend when building MCP servers.
✨ Key Features
- 🏗️ Instant Scaffolding: Bootstrap new MCP servers from professional templates in seconds.
- 🛠️ Code Generators: Generate Modules, Tools, Guards, and Middleware with a single command.
- 🔄 Live Reload: Powerful dev server with hot-reloading for rapid development.
- 🏷️ Type Generation: Automatically generate TypeScript interfaces from your tool schemas.
- 🎨 Visual Studio: Launch the built-in NitroStudio to test inputs/outputs and preview widgets.
📦 Installation
We recommend installing the CLI globally to access the nitrostack-cli command anywhere:
npm install -g @nitrostack/cli🚀 Commands Overview
Initialize a New Project
nitrostack-cli init my-project
Start Development Server
nitrostack-cli devScaffold a New Tool
nitrostack-cli generate tool my-tool --module usersBuild for Production
nitrostack-cli build🎨 NitroStudio
NitroStudio works seamlessly with your projects. You don't even need to run a dev command—opening your project in NitroStudio starts the server automatically.

📖 Useful Links
Built with ⚡ by the NitroStack Team.
