Skip to content
Zed

Sugar for Zed

io.github.cdnsteve/sugar

Autonomous AI development system with persistent task queue and background execution

client:Zed transport:stdio runtime:pypi

Install Sugar in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "sugar": {
      "command": "uvx",
      "args": [
        "sugarai"
      ],
      "env": {
        "ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>",
        "GITHUB_TOKEN": "<GITHUB_TOKEN>",
        "SUGAR_DEFAULT_REPO": "<SUGAR_DEFAULT_REPO>"
      }
    }
  }
}

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

Sugar in other clients