Skip to content
Grok

Agentic Task System (ATS) for Grok

io.github.renezander030/agentic-task-system

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

client:Grok transport:stdio runtime:npm

Install Agentic Task System (ATS) in Grok

.mcp.json (in your project root)

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

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Agentic Task System (ATS) in other clients