Skip to content
Grok

Sugar for Grok

io.github.cdnsteve/sugar

Autonomous AI development system with persistent task queue and background execution

client:Grok transport:stdio runtime:pypi

Install Sugar in Grok

.mcp.json (in your project root)

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

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Sugar in other clients