sidearm for Grok
io.github.ebadros/sidearm
Protect media from AI training, detect AI-generated content, and find stolen work.
client:Grok
transport:stdio
runtime:npm
Install sidearm in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"sidearm": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@sidearmdrm/mcp"
],
"env": {
"SDRM_API_KEY": "<SDRM_API_KEY>",
"SDRM_BASE_URL": "<SDRM_BASE_URL>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs