fabric atelier for Grok
io.github.copyleftdev/fabric-atelier
AI-powered content processing with 226 Fabric patterns for writing, analysis, and code generation.
client:Grok
transport:stdio
runtime:oci
Install fabric atelier in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"fabric-atelier": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/copyleftdev/fabric-atelier:0.1.2"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs