Skip to content
Zed

fabric atelier for Zed

io.github.copyleftdev/fabric-atelier

AI-powered content processing with 226 Fabric patterns for writing, analysis, and code generation.

client:Zed transport:stdio runtime:oci

Install fabric atelier in Zed

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

{
  "context_servers": {
    "fabric-atelier": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/copyleftdev/fabric-atelier:0.1.2"
      ]
    }
  }
}

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

fabric atelier in other clients