Skip to content
Zed

sidearm for Zed

io.github.ebadros/sidearm

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

client:Zed transport:stdio runtime:npm

Install sidearm in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

sidearm in other clients