Product page
Public release pending
The Greenhouse Labs launch page is ready with email capture, support, and setup preview.
Read-first production intelligence for workflows compatible with vMix.
CueScope helps AI assistants inspect vMix state, explain live shows, diagnose routing and output risks, review scripts, and generate automation plans before anything changes in vMix.

Default
Review Mode
Package
@greenhouselabs/cuescope-mcp
License
Source-available
Status
Public release pending
The page is being prepared first so the public launch can coordinate the product story, GitHub visibility, npm package, and support channels without implying the package is installable early.
Product page
The Greenhouse Labs launch page is ready with email capture, support, and setup preview.
GitHub repository
The repository will be published at github.com/greenhouselabs/cuescope-mcp when release is ready.
npm package
@greenhouselabs/cuescope-mcp will be announced when install is ready.
CueScope connects AI assistants to vMix state and curated production knowledge so operators can ask better questions before a rehearsal, stream, recording, or client show.
Read live vMix state, inputs, overlays, title fields, audio buses, tally, and production relationships before making recommendations.
Translate a preset into operator language: program, preview, likely roles, helper inputs, graphics, and review points.
Review audio routing, mix-minus patterns, output readiness, logs, connection issues, and saved-vs-live preset drift.
Generate reviewable VB.NET scripts and ordered API plans using actual input references without executing them in Review Mode.
CueScope starts in Review Mode, exposing 18 review-only tools for inspection, diagnosis, validation, and planning. Safer control tools require VMIX_CONTROL_MODE=true, and high-impact actions such as scripts, batch commands, recording, streaming, presets, output routing, destructive input changes, show-building, and replay recording require VMIX_HIGH_IMPACT=true as a second gate.
Exposes 18 review-only tools to read state, explain setup, diagnose risks, validate scripts, and produce checklists or automation plans. It does not mutate vMix.
Unlocks gated control tools only when the operator sets VMIX_CONTROL_MODE=true in the MCP client environment.
Requires VMIX_CONTROL_MODE=true and VMIX_HIGH_IMPACT=true for scripts, batch commands, recording, streaming, presets, output routing, destructive input changes, show-building, and replay recording.
CueScope installs as an MCP package once @greenhouselabs/cuescope-mcp is public on npm. Until then, these documented commands are shown as release-preview setup references.
Package
@greenhouselabs/cuescope-mcp
Binary
cuescope-mcp
Version
1.0.0
Runtime
Node.js 20+
Default Mode
Review Mode
Control Mode is not a first-run step. Only enable VMIX_CONTROL_MODE=true after Review Mode is working. High-Impact Control requires both VMIX_CONTROL_MODE=true and VMIX_HIGH_IMPACT=true.
First-run setup starts in Review Mode.
vMix Web Controller: vMix running, Web Controller enabled, default port 8088.
API reachability: MCP host can reach http://localhost:8088/api/.
MCP client: Claude Desktop, Claude Code, Cursor, or Codex.
First-run boundary: Trusted local/network use only; leave VMIX_CONTROL_MODE unset.
vMix Web Controller is unauthenticated. Do not expose it to the public internet.
Use this shape for MCP clients that read a server configuration file once the package is published.
{
"mcpServers": {
"cuescope": {
"command": "npx",
"args": ["-y", "@greenhouselabs/cuescope-mcp"],
"env": {
"VMIX_HOST": "localhost",
"VMIX_HTTP_PORT": "8088",
"VMIX_TCP_PORT": "8099"
}
}
}
}Start with a read-only prompt.
Use CueScope. Read vmix://server/status and vmix://state/summary. Do not control vMix yet.server reports Review Mode
controlMode is false
highImpactMode is false
18 review-only tools are available by default
vmix://state/summary returns current vMix state
no live-control tool is called
CueScope is strongest when a user asks for inspection, explanation, diagnosis, or a reviewable plan. It can help a team turn a messy vMix setup into a checklist the operator can trust.
Ask CueScope to explain the current preset, identify active and preview paths, summarize graphics and audio state, and call out anything worth checking before rehearsal.
Review buses, mute state, solo state, vMix Call routing, caller returns, and feedback risks before a remote guest hears the wrong mix.
Separate what vMix state can prove from what still needs operator verification: stream destination, recording path, audio feed, external output, and downstream hardware.
Generate or validate VB.NET scripts with stable input references, syntax checks, loop-safety warnings, assumptions, and rehearsal notes.
Review a saved .vmix file for scripts, triggers, audio evidence, and drift from the running show without writing to the preset.
Produce ordered vMix API plans and operator checklists before enabling any direct control surface.
CueScope is for operators and builders who already know vMix is powerful, but want an AI assistant that can read the show, respect the control boundary, and produce reviewable next steps.
Setup details are visible, but install availability is not live yet.
Inline setup is visible now as a release-preview reference.
Commands become usable only after @greenhouselabs/cuescope-mcp is published to npm.
GitHub visibility and npm publication remain coordinated release steps.
Review Mode is the recommended first-run experience with 18 review-only tools.
The server has 135 known tools, with control and high-impact tools hidden behind explicit gates.
The source may be made available for review, learning, verification, debugging, and private internal modification under the CueScope Source-Available License.
Redistribution, public forks, competing products, hosted managed offerings, and broader reuse require written permission from Greenhouse Ventures LLC.
CueScope is independent software for workflows compatible with vMix. It is not affiliated with, endorsed by, or sponsored by vMix or StudioCoast Pty Ltd. vMix is a trademark of its respective owner.
No. CueScope is source-available under the CueScope Source-Available License. Greenhouse Ventures LLC is the legal owner and licensor, and Greenhouse Labs is the public brand.
Not by default. Review Mode is the default and does not mutate vMix. Direct control requires VMIX_CONTROL_MODE=true, and high-impact actions require VMIX_HIGH_IMPACT=true as a second gate.
CueScope is designed to redact sensitive values from preset and log-derived output, including stream keys, tokens, passwords, and vMix Call secrets. Operators should still avoid exposing vMix Web Controller to the public internet and should review any shared logs or presets carefully.
No. CueScope is independent software from Greenhouse Labs and Greenhouse Ventures LLC. It is not affiliated with, endorsed by, or sponsored by vMix or StudioCoast Pty Ltd.
Join the launch list for availability updates, early notes, and official setup details when the GitHub and npm release are ready.