safe-fix-mcp

pamela-0/safe-fix-mcp
★ 0 stars Python AI/LLM Updated today
MCP server that finds real dead code (vulture + deptry) and proposes a branch+PR for the one class safe to auto-remove -- unused imports, gated on a real full test-suite pass. A human always merges.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "safe-fix-mcp": {
      "command": "uvx",
      "args": [
        "safe-fix-mcp"
      ]
    }
  }
}

Or install with pip: pip install safe-fix-mcp

README Excerpt

<!-- mcp-name: io.github.pamela-0/safe-fix-mcp --> A real MCP server that finds dead code in a Python repository and proposes a **branch + PR** for the one class of finding that's actually safe to auto-remove: unused imports on a single-name import line. Everything else it finds — unused functions, classes, unused dependencies — stays report-only. A human always merges. This tool never merges anything itself.

Topics

ai-agentautomated-prclaudeclaude-codecode-qualitydead-codedeveloper-toolsmcpmcp-servermodel-context-protocolstatic-analysisvulture