quilt for Grok
io.github.wkoverfield/quilt
Track which AI agent wrote which lines in a shared Git checkout; each commits only its own lines.
client:Grok
transport:stdio
runtime:npm
Install quilt in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"quilt": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@quilt-dev/cli"
]
}
}
}
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