Skip to content
Zed

Easel for Zed

io.github.gemberkoekje/easel

A headless painting engine for AI agents: brushes, paint load, wet blending, canvas texture.

client:Zed transport:stdio runtime:pypi

Install Easel in Zed

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

{
  "context_servers": {
    "easel": {
      "command": "uvx",
      "args": [
        "easel-paint"
      ]
    }
  }
}

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

Easel in other clients