Skip to content
VS Code

Cue for VS Code

io.github.sylphxai/cue

Cue — video answers with timestamp-level proof. Scenes and frames stay off until asked.

client:VS Code transport:stdio runtime:npm

Install Cue in VS Code

.vscode/mcp.json

{
  "servers": {
    "cue": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@sylphx/cue"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Cue in other clients