What is the io.github.ebadros/sidearm MCP server?
Protect media from AI training, detect AI-generated content, and find stolen work.
How to install io.github.ebadros/sidearm
Copy-paste configuration for popular MCP clients.
SDRM_API_KEYsecretYour Sidearm API key (sk_live_... or sk_test_...). Optional — documentation tools work without it.
SDRM_BASE_URLOverride the API base URL (default: https://api.sdrm.io)
{
"mcpServers": {
"sidearm": {
"command": "npx",
"args": [
"-y",
"@sidearmdrm/mcp"
],
"env": {
"SDRM_API_KEY": "<YOUR_SDRM_API_KEY>",
"SDRM_BASE_URL": "<YOUR_SDRM_BASE_URL>"
}
}
}
}{
"mcpServers": {
"sidearm": {
"command": "npx",
"args": [
"-y",
"@sidearmdrm/mcp"
],
"env": {
"SDRM_API_KEY": "<YOUR_SDRM_API_KEY>",
"SDRM_BASE_URL": "<YOUR_SDRM_BASE_URL>"
}
}
}
}{
"mcpServers": {
"sidearm": {
"command": "npx",
"args": [
"-y",
"@sidearmdrm/mcp"
],
"env": {
"SDRM_API_KEY": "<YOUR_SDRM_API_KEY>",
"SDRM_BASE_URL": "<YOUR_SDRM_BASE_URL>"
}
}
}
}{
"servers": {
"sidearm": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@sidearmdrm/mcp"
],
"env": {
"SDRM_API_KEY": "<YOUR_SDRM_API_KEY>",
"SDRM_BASE_URL": "<YOUR_SDRM_BASE_URL>"
}
}
}
}claude mcp add sidearm --env SDRM_API_KEY=<YOUR_SDRM_API_KEY> --env SDRM_BASE_URL=<YOUR_SDRM_BASE_URL> -- npx -y @sidearmdrm/mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.