Skip to content
Windsurf

Sugar for Windsurf

io.github.cdnsteve/sugar

Autonomous AI development system with persistent task queue and background execution

client:Windsurf transport:stdio runtime:pypi

Install Sugar in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

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

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Sugar in other clients