Legacy Code Safety
MCP Serverby majiayu000 · Added 5mo ago
Claude
76
Install
git clone https://github.com/majiayu000/claude-skill-registryAdd to Claude
claude mcp add legacy-code-safetyQuick Setup Config
Copy & paste ready~/Library/Application Support/Claude/claude_desktop_config.json (macOS) %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"legacy-code-safety": {
"command": "npx",
"args": [
"@modelcontextprotocol/legacy-code-safety"
]
}
}
}Paste into your Claude Desktop config file, then restart Claude.
About
Use when modifying, removing, or refactoring code that lacks test coverage. Emphasizes the danger of untested changes and the RGR workflow to add characterization tests before modifications.
Tags
developmentjavascripttypescriptpythonrustskill