crochet engine for Grok
io.github.dengyu123456/crochet-engine
Deterministic photo-to-crochet-chart engine: stitch counts, 5 techniques, yarn estimates.
client:Grok
transport:stdio
runtime:pypi
Install crochet engine in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"crochet-engine": {
"type": "stdio",
"command": "uvx",
"args": [
"crochetpatterngen-engine"
]
}
}
}
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