Skip to content
VS Code

fabric atelier for VS Code

io.github.copyleftdev/fabric-atelier

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

client:VS Code transport:stdio runtime:oci

Install fabric atelier in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

fabric atelier in other clients