Skip to content
Zed

arr-mcp for Zed

io.github.bardesss/arr-mcp

One server, 38 tools, the whole media stack: Radarr, Sonarr, Prowlarr, Bazarr, Jellyfin, Seerr

client:Zed transport:stdio runtime:oci

Install arr-mcp 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": {
    "arr-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/bardesss/arr-mcp:1.33.1"
      ],
      "env": {
        "PUID": "<PUID>",
        "PGID": "<PGID>",
        "TZ": "<TZ>"
      }
    }
  }
}

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

arr-mcp in other clients