← Browse

@samuelgursky/davinci-resolve-advanced-mcp

A

MCP server package davinci-resolve-advanced-mcp

mcp_servermcp

Install

agr install @samuelgursky/davinci-resolve-advanced-mcp --target claude

This artifact does not publish files for Claude.

Document

{ "name": "davinci-resolve-advanced-mcp", "version": "0.0.0-dev", "private": true, "license": "MIT", "description": "Beyond-the-API DaVinci Resolve MCP — offline .drp/.drt/.drx authoring/editing. Sibling Node server to the Python davinci-resolve-mcp. Dev-local package.json; deps promote to the repo root at packaging.", "comment_commonjs": "Intentionally NO "type": "module" — the vendored libs are CommonJS (require()). The repo root is type:module, so this nested manifest scopes resolve-advanced//*.js back to CommonJS.", "comment_exports": "Public library surface so a downstream consumer can import the codec/grading/pipeline API, not just spawn the MCP bin. . = the lib barrel; ./mcp = the stdio server entry. Still private:true — publish name/registry + un-privating are a parked decision.", "main": "./server/lib.mjs", "exports": { ".": "./server/lib.mjs", "./mcp": "./server/index.mjs", "./package.json": "./package.json" }, "files": [ "server//.mjs", "vendor/**", "README.md", "LICENSE" ], "dependencies": { "@modelcontextprotocol/sdk": "^1.27.1", "adm-zip": "^0.5.16", "fast-xml-parser": "^5.7.3", "fzstd": "^0.1.1", "jszip": "^3.10.1", "uuid": "^9.0.0", "zod": "^3.25.76", "zstd-codec": "^0.1.5" }, "optionalDependencies": { "better-sqlite3": "^11.10.0", "js-yaml": "^4.3.0", "pg": "^8.22.0", "sharp": "^0.33.0" }, "peerDependenciesMeta": { "_comment": "audio (split/trim/convert) + conform frame ops need system ffmpeg/ffprobe on PATH (NOT bundled — FFmpeg binaries are GPL; this package stays MIT). Install ffmpeg yourself: brew install ffmpeg." }, "scripts": { "test": "node --test vendor/drp-format/tests/.test.js vendor/drt-format/tests/.test.js vendor/drx-codec/tests/.test.js test/.test.mjs", "test:libs": "node --test vendor/drp-format/tests/.test.js vendor/drt-format/tests/.test.js vendor/drx-codec/tests/.test.js", "test:server": "node --test test/*.test.mjs" }, "engines": { "node": ">=18.0.0" }, "devDependencies": { "prettier": "^3.9.4" } }

Trustgrade A

  • passBody integrity

    Whether the stored document is plausibly the kind of file the artifact declares, rather than something fetched by mistake.

  • warnType matchbest-effort: server code not analyzed

    Whether the artifact is really the kind of thing its metadata claims it is.

  • passFreshness

    How long since the source repository was last pushed to.

  • passPrompt injection

    Scans the artifact's own text for instructions aimed at your agent rather than at you.

  • passLicense

    Whether the source repository declares an SPDX license permissive enough to redistribute.

How the grade is calculated

Each check contributes 0 points when it passes, 1 when it warns, and 2 when it fails. The total maps to a letter:

  • Aevery check passed
  • Bone warning
  • Ctwo warnings
  • Dprompt injection or body integrity failed, or three warnings
  • Fone of those failed, and something else is wrong

These are automated hygiene checks, not a security audit, and not a dependency or vulnerability scan. A grade of A means nothing was flagged — not that the artifact is safe.

Versions

  • git-584a906aa64d2026-08-06