Sugar MCP Server

Persistent memory for AI coding agents. Your AI agent starts every session with amnesia. The architecture decisions, conventions, and gotchas you explained last week are gone. Sugar is the local-first memory layer that remembers them for you - per project, across projects, on your machine.

People who work with ai development, devtools and context management and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-09-16 · ★ 94 · #33 OF 168 MAINTAINED DEVELOPER TOOLS · VERIFIED 2026-09-18

NOASSERTION · Python servers · how we verify → /methodology

01 · Install Sugar

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add roboticforce-sugar -- uvx sugarai

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "roboticforce-sugar": {
      "command": "uvx",
      "args": [
        "sugarai"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license no standard license detected - usage rights unclear; check the repo before commercial use

pypi package sugarai - check the name against the project README before installing (PyPI has no namespace ownership)

registry registry publisher io.github.cdnsteve is not the repo owner (roboticforce) - the registry entry was published by someone else

03 · What Sugar can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v3.10.2 · 2026-09-16

Bump version to 3.10.2 for release · add Hermes memory-provider plugin for Sugar · Revert "Bump version to 3.10.2.dev0 for development" · apply black 25.12.0 formatting to fix CI lint job · Bump version to 3.10.2.dev0…

v3.10.1 · 2026-09-16

Bump version to 3.10.1 for release · add Agent Skills for memory, task planning, quality, and orchestration · Bump server.json to 3.10.0 (latest release) · changelog + README for v3.10.0 orchestration release · Bump…

v3.10.0 · 2026-07-18

Release v3.10.0 - Task Orchestration ships as advertised · Run research and planning stages read-only · Harden generate_subtasks parser: line-based, robust dep refs · Enforce configured stage and subtask timeouts…

04 · Who maintains Sugar

Sugar is maintained by roboticforce. It's the only MCP server we track from this author; the repo dates to Aug 2025.

05 · Facts

category
developer tools - ranked #33 of 168 actively-maintained developer tools servers as of 2026-09-18.
release cadence
3 releases in the last 90 days (latest 2026-09-16)
registry
io.github.cdnsteve/sugar (active, first published 2026-01-09)
packages
pypi:sugarai

06 · Sugar FAQ

What is Sugar?

Persistent memory for AI coding agents. Your AI agent starts every session with amnesia. The architecture decisions, conventions, and gotchas you explained last week are gone. Sugar is the local-first memory layer that remembers them for you - per project, across projects, on your machine.

Is Sugar still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-16 and it shipped 3 releases in the last 90 days. We re-verify nightly.

How do I install Sugar?

Run `uvx sugarai`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does Sugar run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Sugar