Skip to content
Cline

myc for Cline

io.github.aistastudio/myc

Task queue, decisions and memory for coding agents. Local SQLite, no network. Requires Bun.

client:Cline transport:stdio runtime:npm

Install myc in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

{
  "mcpServers": {
    "myc": {
      "command": "npx",
      "args": [
        "-y",
        "@aistastudio/myc"
      ]
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

myc in other clients