MCP Server
MCP
Sugar
Autonomous AI development system with persistent task queue and background execution
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
By
Comments
Sign in to leave a comment