Skip to content
Cursor

fabric atelier for Cursor

io.github.copyleftdev/fabric-atelier

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

client:Cursor transport:stdio runtime:oci

Install fabric atelier in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

fabric atelier in other clients