Skip to content
Cline

Agentic Task System (ATS) for Cline

io.github.renezander030/agentic-task-system

MCP server giving AI agents persistent task memory across TickTick, Notion, GitHub, Linear & Beads

client:Cline transport:stdio runtime:npm

Install Agentic Task System (ATS) 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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "agentic-task-system": {
      "command": "npx",
      "args": [
        "-y",
        "@reneza/ats-mcp"
      ],
      "env": {
        "ATS_ADAPTER": "<ATS_ADAPTER>"
      }
    }
  }
}

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

Agentic Task System (ATS) in other clients