Cue for Cursor
io.github.sylphxai/cue
Cue — video answers with timestamp-level proof. Scenes and frames stay off until asked.
client:Cursor
transport:stdio
runtime:npm
Install Cue in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"cue": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@sylphx/cue"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs