Skip to content

Immich Photo Manager for Zed

io.github.drolosoft/immich-photo-manager

Photo management for self-hosted Immich: search, albums, duplicates, faces, PDF reports. 94 tools.

client:Zed transport:stdio runtime:pypi

Install Immich Photo Manager 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": {
    "immich-photo-manager": {
      "command": "uvx",
      "args": [
        "immich-photo-manager"
      ],
      "env": {
        "IMMICH_BASE_URL": "<IMMICH_BASE_URL>",
        "IMMICH_API_KEY": "<IMMICH_API_KEY>"
      }
    }
  }
}

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

Immich Photo Manager in other clients