🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@dazzle-labs/cli

Package Overview
Dependencies
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dazzle-labs/cli

Dazzle CLI — cloud stages for AI agents and live streaming

latest
Source
npmnpm
Version
0.7.1
Version published
Maintainers
2
Created
Source

@dazzle-labs/cli

The official CLI for Dazzle — cloud stages for AI agents and live streaming.

Install

npm install -g @dazzle-labs/cli

Or run directly:

npx @dazzle-labs/cli --help

Usage

dazzle login                          # authenticate
dazzle stage new my-stage             # create a stage
dazzle stage up                       # activate
dazzle stage sync ./my-app --watch    # push content
dazzle stage screenshot -o preview.png

MCP Server

The CLI includes a built-in MCP server for AI agent integration (Claude Desktop, Claude Code, VS Code, Cursor):

{
  "mcpServers": {
    "dazzle": {
      "command": "npx",
      "args": ["@dazzle-labs/cli", "mcp"]
    }
  }
}

How this package works

This is a thin wrapper that resolves the correct platform-specific binary from an optional dependency (@dazzle-labs/cli-darwin-arm64, @dazzle-labs/cli-linux-x64, etc.). No postinstall scripts are used.

Documentation

Keywords

dazzle

FAQs

Package last updated on 04 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts