Sugar
Rank #2,855io.github.cdnsteve/sugar
MCP server providing sugar capabilities
Sugar is a Model Context Protocol (MCP) server published by roboticforce. It ranks #2,855 of 132,113 servers tracked on MCP Toplist, and its repository has 94 GitHub stars. Sugar is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Jan 9, 2026 and most recently updated on Jan 9, 2026.
Ranks ahead of 129,258 of 132,113 servers on MCP Toplist.
Use Sugar
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add sugar -e "ANTHROPIC_API_KEY=<your ANTHROPIC_API_KEY>" -e "GITHUB_TOKEN=<your GITHUB_TOKEN>" -e "SUGAR_DEFAULT_REPO=<your SUGAR_DEFAULT_REPO>" -- uvx sugarai mcp serveReplace each placeholder with your own value before saving.
[mcp_servers.sugar]
command = "uvx"
args = ["sugarai", "mcp", "serve"]
[mcp_servers.sugar.env]
ANTHROPIC_API_KEY = "<your ANTHROPIC_API_KEY>"
GITHUB_TOKEN = "<your GITHUB_TOKEN>"
SUGAR_DEFAULT_REPO = "<your SUGAR_DEFAULT_REPO>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sugar": {
"command": "uvx",
"args": [
"sugarai",
"mcp",
"serve"
],
"env": {
"ANTHROPIC_API_KEY": "<your ANTHROPIC_API_KEY>",
"GITHUB_TOKEN": "<your GITHUB_TOKEN>",
"SUGAR_DEFAULT_REPO": "<your SUGAR_DEFAULT_REPO>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sugar": {
"command": "uvx",
"args": [
"sugarai",
"mcp",
"serve"
],
"env": {
"ANTHROPIC_API_KEY": "<your ANTHROPIC_API_KEY>",
"GITHUB_TOKEN": "<your GITHUB_TOKEN>",
"SUGAR_DEFAULT_REPO": "<your SUGAR_DEFAULT_REPO>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"sugar": {
"type": "stdio",
"command": "uvx",
"args": [
"sugarai",
"mcp",
"serve"
],
"env": {
"ANTHROPIC_API_KEY": "<your ANTHROPIC_API_KEY>",
"GITHUB_TOKEN": "<your GITHUB_TOKEN>",
"SUGAR_DEFAULT_REPO": "<your SUGAR_DEFAULT_REPO>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sugar": {
"command": "uvx",
"args": [
"sugarai",
"mcp",
"serve"
],
"env": {
"ANTHROPIC_API_KEY": "<your ANTHROPIC_API_KEY>",
"GITHUB_TOKEN": "<your GITHUB_TOKEN>",
"SUGAR_DEFAULT_REPO": "<your SUGAR_DEFAULT_REPO>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sugar": {
"command": "uvx",
"args": [
"sugarai",
"mcp",
"serve"
],
"env": {
"ANTHROPIC_API_KEY": "<your ANTHROPIC_API_KEY>",
"GITHUB_TOKEN": "<your GITHUB_TOKEN>",
"SUGAR_DEFAULT_REPO": "<your SUGAR_DEFAULT_REPO>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.cdnsteve%2Fsugar)<a href="https://mcptoplist.com/server/io.github.cdnsteve%2Fsugar"><img src="https://mcptoplist.com/badge/io.github.cdnsteve%2Fsugar.svg" alt="MCP Toplist: Top 5% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
roboticforce
Other servers by roboticforce
View all roboticforce servers →Available versions (2)
| Version | Published |
|---|---|
| 3.4.2 | Jan 9, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Sugar?
- Sugar is maintained by roboticforce, which publishes 2 MCP servers (3 total versions) tracked on MCP Toplist.
- Is Sugar listed on the Official MCP Registry?
- Yes — Sugar is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Sugar have?
- MCP Toplist tracks 2 versions of Sugar, most recently published on Jan 9, 2026.
- Where can I find the source code for Sugar?
- The source code for Sugar is hosted at github.com/roboticforce/sugar.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.