← Index

Sugar

io.github.cdnsteve/sugar·v3.4.2·Other
Quality Score
89
/100

Autonomous AI development system with persistent task queue and background execution

§01  Install
Claude Desktop (uvx)
{
  "mcpServers": {
    "sugar": {
      "command": "uvx",
      "args": [
        "sugarai"
      ],
      "env": {
        "ANTHROPIC_API_KEY": "<anthropic_api_key>",
        "GITHUB_TOKEN": "<github_token>",
        "SUGAR_DEFAULT_REPO": "<sugar_default_repo>"
      }
    }
  }
}
§02  Environment variables
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

§03  MCP Quality Score  ·  methodology
freshness
19
completeness
20
installability
25
documentation
15
stability
10
§04  Alternatives in Other