Skip to content

Agentic Task System (ATS) for Zed

io.github.renezander030/agentic-task-system

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

client:Zed transport:stdio runtime:npm

Install Agentic Task System (ATS) in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

Agentic Task System (ATS) in other clients