Odel
mcp server

mcp server

Local
@sidearmdrmTypeScriptMITUpdated 5mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@sidearmdrm/mcpv0.9.2

Run

npx -y @sidearmdrm/mcp

MCP client config

{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@sidearmdrm/mcp"
      ]
    }
  }
}