Skip to content
Zed

datoon for Zed

io.github.andrii-su/datoon

Smart structured-data to TOON gateway: converts to TOON only when it saves LLM tokens.

client:Zed transport:stdio runtime:pypi

Install datoon in Zed

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

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

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

datoon in other clients