Skip to content
Claude Desktop

Agentic Task System (ATS) for Claude Desktop

io.github.renezander030/agentic-task-system

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

client:Claude Desktop transport:stdio runtime:npm

Install Agentic Task System (ATS) in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.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>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Agentic Task System (ATS) in other clients