Persistent memory for AI coding agents. Cross-session context, global knowledge, and autonomous task execution.
| Tool name | Description | Destructive? |
|---|---|---|
| createTask | ✓ no | |
| listTasks | ✓ no | |
| viewTask | ✓ no | |
| updateTask | ✓ no | |
| removeTask⚠ | ⚠ yes |
| getStatus | ✓ no | |
| runOnce⚠ | ⚠ yes | |
| initSugar | ✓ no |
{
"mcpServers": {
"sugarai": {
"command": "uvx",
"args": [
"sugarai"
]
}
}
}