Skip to content

Third-Party Attributions

modelBridge is proprietary software. It incorporates a small number of open-source components, listed below with the license terms that govern their use. Where a license requires that its text and copyright notice be reproduced, that text appears here in full.

If you find an open-source component in modelBridge that is not listed on this page, please contact support@modelbridge.app so we can correct the record.

The Agent Mode tool inventory includes 38 Premiere Pro control tools imported from the open-source Premiere Pro MCP project by leancoderkavy, distributed under the MIT License.

MIT License
Copyright (c) leancoderkavy and contributors
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

modelBridge’s local backend spawns a Node.js Express server and, when available on the user’s system, invokes FFmpeg and FFprobe as external processes to extract media from Premiere Pro.

  • Node.js and Express — MIT License
  • Sharp (image processing) — Apache-2.0 License
  • FFmpeg / FFprobe — LGPL-2.1 / GPL-2, invoked as external processes (not linked or bundled)