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)
{
"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