Skip to content
Zed

distil for Zed

io.github.munhq/distil

Context optimization for LLM agents: tool registry, result masking, budgeting, compaction.

client:Zed transport:stdio runtime:npm

Install distil in Zed

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

{
  "context_servers": {
    "distil": {
      "command": "npx",
      "args": [
        "-y",
        "@munhq/distil"
      ]
    }
  }
}

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

distil in other clients