Quilt
Rank #6,565io.github.wkoverfield/quilt
Track which AI agent wrote which lines in a shared Git checkout; each commits only its own lines.
Quilt is a Model Context Protocol (MCP) server published by wkoverfield. It ranks #6,565 of 115,460 servers tracked on MCP Toplist, and its repository has 6 GitHub stars. Quilt is listed across 3 registries — Official MCP, PulseMCP and Glama, with 3 tracked versions. It was first listed on Jul 1, 2026 and most recently updated on Aug 14, 2026.
Ranks ahead of 108,895 of 115,460 servers on MCP Toplist.
Use Quilt
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add quilt -- npx -y @quilt-dev/cli mcp[mcp_servers.quilt]
command = "npx"
args = ["-y", "@quilt-dev/cli", "mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"quilt": {
"command": "npx",
"args": [
"-y",
"@quilt-dev/cli",
"mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"quilt": {
"command": "npx",
"args": [
"-y",
"@quilt-dev/cli",
"mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"quilt": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@quilt-dev/cli",
"mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"quilt": {
"command": "npx",
"args": [
"-y",
"@quilt-dev/cli",
"mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"quilt": {
"command": "npx",
"args": [
"-y",
"@quilt-dev/cli",
"mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.wkoverfield%2Fquilt)<a href="https://mcptoplist.com/server/io.github.wkoverfield%2Fquilt"><img src="https://mcptoplist.com/badge/io.github.wkoverfield%2Fquilt.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
wkoverfield
Other servers by wkoverfield
View all wkoverfield servers →Available versions (3)
| Version | Published |
|---|---|
| 0.6.0 | Aug 14, 2026 |
| 0.4.4 | Jul 8, 2026 |
| 0.3.3 | Jul 1, 2026 |
Frequently asked questions
- Who maintains Quilt?
- Quilt is maintained by wkoverfield, which publishes 3 MCP servers (7 total versions) tracked on MCP Toplist.
- Is Quilt listed on the Official MCP Registry?
- Yes — Quilt is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Quilt have?
- MCP Toplist tracks 3 versions of Quilt, most recently published on Aug 14, 2026.
- Where can I find the source code for Quilt?
- The source code for Quilt is hosted at github.com/wkoverfield/quilt.