← Back to Plugins
MCP Server MCP

Dazzle

github By github 👁 1 views ▲ 0 votes

Cloud stages for AI agents and live streaming. Create, manage, and broadcast content.

Homepage Verified source GitHub

Install

npx -y @dazzle-labs/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@dazzle-labs/cli",
      "version": "0.7.1",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "description": "Start the MCP server",
          "value": "mcp",
          "type": "positional"
        }
      ],
      "environmentVariables": [
        {
          "description": "Pin to a specific stage name or ID. If omitted, auto-selects when you have one stage.",
          "name": "DAZZLE_STAGE"
        },
        {
          "description": "API key for headless/CI use. Alternative to interactive login.",
          "isSecret": true,
          "name": "DAZZLE_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...