56
/ 100
1 month ago
glama

Sugar

Provides persistent memory and autonomous task execution for AI coding agents, enabling them to store and recall project context, guidelines, and handle issue resolution from GitHub.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
⚠️
Tool descriptions don’t match what handlers do
3 tools describe read intent but their handlers mutate — listTasks (line 39: spawn(command, args, {); viewTask (line 39: spawn(command, args, {); getStatus (line 39: spawn(command, args, {)
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 3 credentials: GITHUB_TOKEN, OPENCODE_API_KEY, ANTHROPIC_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configSUGAR_DEBUG
configSUGAR_PROJECT_ROOT
configGITHUB_EVENT_PATH
configGITHUB_OUTPUT
configGITHUB_REPOSITORY
🔐 secretGITHUB_TOKEN
configOPENCODE_SERVER_URL
🔐 secretOPENCODE_API_KEY
configOPENCODE_TIMEOUT
configSUGAR_OPENCODE_ENABLED
configOPENCODE_CONFIG
configOPENCODE_CONFIG_DIR
configSUGAR_MODEL
🔐 secretANTHROPIC_API_KEY
configSUGAR_DEFAULT_REPO
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 8 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/roboticforce-sugar-15lpan)](https://m8ven.ai/mcp/roboticforce-sugar-15lpan)
commit: d5b9d6da555943b0ef616dd7aa5fc900ea1688d2
code hash: 58b25d29552dc2cc96046363eb9f88b4123c7b6f587313a308749cd1295b8ad8
verified: 6/24/2026, 10:00:56 AM
view raw JSON →