Skip to content
Zed

FixThis for Zed

io.github.beyondwin/fixthis

Local-first MCP handoff for Jetpack Compose UI feedback and source candidates.

client:Zed transport:stdio runtime:npm

Install FixThis in Zed

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

{
  "context_servers": {
    "fixthis": {
      "command": "npx",
      "args": [
        "-y",
        "@beyondwin/fixthis"
      ]
    }
  }
}

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

FixThis in other clients