Sugar✓
io.github.cdnsteve/sugar · v3.4.2
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.cdnsteve/sugar",
"description": "Autonomous AI development system with persistent task queue and background execution",
"title": "Sugar",
"repository": {
"url": "https://github.com/roboticforce/sugar",
"source": "github"
},
"version": "3.4.2",
"websiteUrl": "https://github.com/roboticforce/sugar",
"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"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}