Skip to content
VS Code

safe fix mcp for VS Code

io.github.pamela-0/safe-fix-mcp

Finds real dead code and proposes a safe, test-gated branch+PR to remove it.

client:VS Code transport:stdio runtime:pypi

Install safe fix mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "safe-fix-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "safe-fix-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

safe fix mcp in other clients