Mmcp.market

Continuityguard MCP server

by RudrenduPaul·io.github.RudrenduPaul/continuityguard·v0.1.7

Wraps the ContinuityGuard CLI as a single generic MCP tool for video-clip continuity scans.

A85/100grade A
What users say
No reviews yet
Be the first
Safety scan
A85/100

full report

Adoption
New

0 stars

Reviews

Write one

Nobody has reviewed Continuityguard yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

Continuityguard tools (1, 1 write)

write = sends, deletes, buys or posts

Read from the package source without running it. The installed server may list more.

  • runwrite action

    Shell out to the ContinuityGuard CLI and return a structured result.

Public scan report

scanner v0.1.9 · 2026-09-23 · same rubric, same numbers if you re-run it

1 medium
  • Code scan14 source files scanned20/25
  • Live reliabilityno gateway calls yet and no remote to proben/a
  • Tool poisoningtools not inspected (local package is not executed); not countedn/a
  • Auth qualitylocal package, no credentials required12/15
  • Maintenancelast push 4 days ago15/15
  • Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10

Findings (1)

  • mediumsubprocess with shell=Trueexec.shell-true
    continuityguard_cli-0.1.7/src/continuityguard/ingest/ffmpeg.py: …t argument list to `subprocess` (never `shell=True`, never string concatenation into a she…
Overall 85/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

What the publisher says

From the Continuityguard repository's README, as published. We do not edit it. Read it on GitHub

<!-- mcp-name: io.github.RudrenduPaul/continuityguard -->

ContinuityGuard

Install • Quickstart • CLI reference • FAQ • Contributing

A local, zero-network CLI that scores your already-generated AI short-drama clips for character-consistency drift and physically implausible motion, before you spend render credits finding out the hard way.

npm install -g continuityguard-cli

AI short-drama generation is having a real moment, and every title is a stack of individually generated shots. Generation models still drift: a character's face shifts slightly between cuts, or a motion jumps in a way that reads as physically wrong the moment a human watches it. Catching that after render is expensive. ContinuityGuard scans a folder of already-generated clips or frames from any pipeline and flags the shots worth a second look before you commit to a re-render.

Install

Two independent, equally first-class distributions ship the same scoring logic and the same bundled MobileNetV2 ONNX model. Both are published and installable today: the Python package on PyPI, and the TypeScript/npm package on the npm registry.

Python:

pip install continuityguard-cli

See python/README.md for the Python-specific quickstart, CLI reference, and library API.

TypeScript/npm:

npm install -g continuityguard-cli

That puts the continuityguard command on your PATH -- run it with continuityguard scan . To build from source instead (for local development or to track main), clone the repo and run npm install && npm run build, then run the CLI with node dist/cli.js scan , or npm link it locally to get the continuityguard command from your working copy.

Features

Shortened. The full README is on GitHub.

Nothing above is checked by us. What we check is on the safety report.

Install directly

claude mcp add continuityguard -- uvx continuityguard-cli
Add to Cursor

Continuityguard: common questions

Is Continuityguard MCP server safe?
Yes, by our scan: it is graded A (85/100). Read the Continuityguard safety report
How do I install Continuityguard?
It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
Does Continuityguard need an API key?
Not as far as the registry entry and our scan can tell: no credentials are declared or required.
Is Continuityguard maintained?
The last commit was 5 days ago (2026-09-19). The latest release is v0.1.7.
What can I use instead of Continuityguard?
Servers from other publishers that do the same job: OpusClip MCP server, CraftStory MCP server and ClipUGC MCP server. Compare all Continuityguard alternatives.

Alternatives to Continuityguard

Same job from other publishers: the closest match first, then the best rated.

All Continuityguard alternatives →
  • OpusClip
    OpusClip MCP server — clip long-form videos, manage projects, collections, censor jobs, posts
    A
  • CraftStory
    Talking-avatar videos from a photo (CraftStory 2.0) and short clips with sound (MiniMax H3).
    A
  • ClipUGC
    Create AI influencer characters, looks, video clips and merged UGC app ads with ClipUGC.
    B
  • Openshorts
    Turn long videos into viral vertical shorts and publish them to TikTok, Instagram and YouTube.
    A
  • Kinocut
    Guardrailed video editing for AI agents: FFmpeg, captions, effects, Hyperframes, and receipts.
    B

More from RudrenduPaul