HomeVersion Control › quilt

quilt

Track which AI agent wrote which lines in a shared Git checkout; each commits only its own lines.

TypeScript Local macOSWindowsLinux
★ 6 stars Last pushed 2026-09-23 License: MIT

Topics: Version Control

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.6.2)

npx -y @quilt-dev/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "quilt": {
      "command": "npx",
      "args": [
        "-y",
        "@quilt-dev/[email protected]"
      ]
    }
  }
}

This server takes extra arguments — see its repository.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry