Skip to content
Grok

continuityguard for Grok

io.github.rudrendupaul/continuityguard

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

client:Grok transport:stdio runtime:pypi

Install continuityguard in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "continuityguard": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "continuityguard-cli"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

continuityguard in other clients