← Back to Plugins
MCP Server MCP

Sugar

github By github 👁 1 views ▲ 0 votes

Autonomous AI development system with persistent task queue and background execution

Homepage Verified source GitHub

Install

uvx sugarai

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "sugarai",
      "version": "3.4.2",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "value": "mcp",
          "type": "positional"
        },
        {
          "value": "serve",
          "type": "positional"
        }
      ],
      "environmentVariables": [
        {
          "description": "Anthropic API key for Claude model access",
          "name": "ANTHROPIC_API_KEY"
        },
        {
          "description": "GitHub token for repository access",
          "name": "GITHUB_TOKEN"
        },
        {
          "description": "Default repository in owner/repo format",
          "name": "SUGAR_DEFAULT_REPO"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...