Skip to content
Cursor

sidearm for Cursor

io.github.ebadros/sidearm

Protect media from AI training, detect AI-generated content, and find stolen work.

client:Cursor transport:stdio runtime:npm

Install sidearm in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "sidearm": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@sidearmdrm/mcp"
      ],
      "env": {
        "SDRM_API_KEY": "<SDRM_API_KEY>",
        "SDRM_BASE_URL": "<SDRM_BASE_URL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

sidearm in other clients