Skip to content
Zed

safe fix mcp for Zed

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

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

client:Zed transport:stdio runtime:pypi

Install safe fix mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

safe fix mcp in other clients