Skip to content
Zed

defluff for Zed

io.github.ahmedak/defluff

Deterministic prose linter for LLM text — flags AI slop, filler, buzzwords, hedges, clichés.

client:Zed transport:stdio runtime:pypi

Install defluff in Zed

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

{
  "context_servers": {
    "defluff": {
      "command": "uvx",
      "args": [
        "defluff"
      ]
    }
  }
}

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

defluff in other clients