Skip to content

watermarking authenticity mcp for VS Code

io.github.csoai-org/watermarking-authenticity-mcp

EU AI Act Article 50 watermarking + C2PA 2.1 compliance. NEW: 2 December 2026 deadline (compress...

client:VS Code transport:stdio runtime:pypi

Install watermarking authenticity mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "watermarking-authenticity-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "watermarking-authenticity-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

watermarking authenticity mcp in other clients