Bugfix
MCP Serverby PlutoMining · Added 5mo ago
Claude
9
Install
git clone https://github.com/PlutoMining/plutoAdd to Claude
claude mcp add bugfixQuick Setup Config
Copy & paste ready~/Library/Application Support/Claude/claude_desktop_config.json (macOS) %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"bugfix": {
"command": "npx",
"args": [
"@modelcontextprotocol/bugfix"
]
}
}
}Paste into your Claude Desktop config file, then restart Claude.
About
Standardized bug fix workflow using TDD (Red-Green-Refactor). Use when fixing bugs, resolving issues, or when the user invokes /bugfix. Ensures root cause analysis, failing test first, then minimal fix.
Tags
developmentgitskill