watermarking authenticity mcp for Cursor
io.github.csoai-org/watermarking-authenticity-mcp
EU AI Act Article 50 watermarking + C2PA 2.1 compliance. NEW: 2 December 2026 deadline (compress...
client:Cursor
transport:stdio
runtime:pypi
Install watermarking authenticity mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"watermarking-authenticity-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"watermarking-authenticity-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs