MCP Server
MCP
Dazzle
Cloud stages for AI agents and live streaming. Create, manage, and broadcast content.
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
By
Comments
Sign in to leave a comment