Home › Other › Sugar

Sugar

Autonomous AI development system with persistent task queue and background execution

Python
★ 94 stars Last pushed 2026-09-16 License: NOASSERTION

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (pypi 3.4.2)

uvx sugarai

Or add to your MCP client config:

{
  "mcpServers": {
    "sugar": {
      "command": "uvx",
      "args": [
        "sugarai"
      ],
      "env": {
        "ANTHROPIC_API_KEY": "<YOUR_VALUE>",
        "GITHUB_TOKEN": "<YOUR_VALUE>",
        "SUGAR_DEFAULT_REPO": "<YOUR_VALUE>"
      }
    }
  }
}
  • ANTHROPIC_API_KEY — Anthropic API key for Claude model access
  • GITHUB_TOKEN — GitHub token for repository access
  • SUGAR_DEFAULT_REPO — Default repository in owner/repo format

This server takes extra arguments — see its repository.

Related servers

Data from the Official MCP Registry