MCP Server
Active
MIT
io.github.wkoverfield/quilt MCP Server
io.github.wkoverfield/quilt
What is the io.github.wkoverfield/quilt MCP server?
Track which AI agent wrote which lines in a shared Git checkout; each commits only its own lines.
How to install io.github.wkoverfield/quilt
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"quilt": {
"command": "npx",
"args": [
"-y",
"@quilt-dev/cli",
"mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"quilt": {
"command": "npx",
"args": [
"-y",
"@quilt-dev/cli",
"mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"quilt": {
"command": "npx",
"args": [
"-y",
"@quilt-dev/cli",
"mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"quilt": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@quilt-dev/cli",
"mcp"
]
}
}
}Claude Code
claude mcp add quilt -- npx -y @quilt-dev/cli mcpRelated MCP servers
Cost-parity bench for agent loops: $/success and time across model mixes, with verifiable receipts.
0
View repository →TypeScript
MIT
One firewall and password manager for all your AI coding agents' MCP servers and secrets.
0
View repository →TypeScript
MIT