Dazzle✓
io.github.dazzle-labs/dazzle · v0.7.1
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.dazzle-labs/dazzle",
"description": "Cloud stages for AI agents and live streaming. Create, manage, and broadcast content.",
"title": "Dazzle",
"repository": {
"url": "https://github.com/dazzle-labs/cli",
"source": "github"
},
"version": "0.7.1",
"websiteUrl": "https://dazzle.fm",
"icons": [
{
"src": "https://raw.githubusercontent.com/dazzle-labs/cli/main/logo.png",
"mimeType": "image/png"
}
],
"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"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}