MCP Server
MCP
io.github.ebadros/sidearm
Protect media from AI training, detect AI-generated content, and find stolen work.
Install
npx -y @sidearmdrm/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@sidearmdrm/mcp",
"version": "0.9.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your Sidearm API key (sk_live_... or sk_test_...). Optional — documentation tools work without it.",
"format": "string",
"isSecret": true,
"name": "SDRM_API_KEY"
},
{
"description": "Override the API base URL (default: https://api.sdrm.io)",
"format": "string",
"name": "SDRM_BASE_URL"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment