Skip to content

Conversation

cdnsteve
Copy link

Overview

This PR adds Sugar to the third-party servers list in the Model Context Protocol servers repository.

What is Sugar?

Sugar is an autonomous AI development platform for Claude Code with a full MCP server implementation that bridges Claude with Sugar's Python CLI for comprehensive task management and autonomous development.

MCP Server Implementation

Location: .claude-plugin/mcp-server/sugar-mcp.js

Features:

  • 7 MCP tool handlers for complete task lifecycle management
  • JSON-RPC 2.0 compliant implementation
  • Proper stdin/stdout communication protocol
  • Full schema definition in .mcp.json
  • Bridges Claude Code with Sugar's Python CLI
  • Supports rich task context with business and technical requirements

Methods:

  • createTask: Create tasks with rich metadata
  • listTasks: List and filter tasks
  • viewTask: Get detailed task information
  • updateTask: Modify existing tasks
  • removeTask: Delete tasks from queue
  • getStatus: Get system status and metrics
  • runOnce: Execute one autonomous development cycle

Installation

# Install Sugar CLI
pip install sugarai

# Initialize in project
sugar init

# Install Claude Code plugin (includes MCP server)
/plugin install sugar@cdnsteve

The MCP server is automatically configured when the Claude Code plugin is installed.

Links

Production Ready

Sugar's MCP server is:

  • ✅ Battle-tested in production environments
  • ✅ Fully documented with implementation guides
  • ✅ MIT licensed and open source
  • ✅ Actively maintained (v2.0.0 released October 2024)
  • ✅ Enterprise-grade with comprehensive error handling

Alphabetical Placement

This PR maintains the alphabetical order of the third-party servers list as required by the contribution guidelines.

Sugar is an autonomous AI development platform that provides a full MCP
server implementation for Claude Code integration.

Features:
- 7 MCP tool handlers (createTask, listTasks, viewTask, updateTask,
  removeTask, getStatus, runOnce)
- Bridges Claude Code with Sugar's Python CLI
- Rich task context with business requirements and success criteria
- Specialized agent coordination for complex workflows
- Safe autonomous execution with validation modes
- Enterprise-grade task management with SQLite persistence

Repository: https://github.com/cdnsteve/sugar
PyPI: https://pypi.org/project/sugarai/
MCP Implementation: .claude-plugin/mcp-server/sugar-mcp.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant