HomeKnowledge & Memory › Agentic Task System (ATS)

Agentic Task System (ATS)

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

TypeScript Local
★ 14 stars Last pushed 2026-09-20 License: MIT

Topics: Knowledge & Memory

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.9.0)

npx -y @reneza/ats-mcp@0.9.0

Or add to your MCP client config:

{
  "mcpServers": {
    "agentic-task-system": {
      "command": "npx",
      "args": [
        "-y",
        "@reneza/ats-mcp@0.9.0"
      ],
      "env": {
        "ATS_ADAPTER": "<YOUR_VALUE>"
      }
    }
  }
}
  • ATS_ADAPTER required — npm package name of the storage adapter to load, e.g. @reneza/ats-adapter-ticktick (TickTick), @reneza/ats-adapter-notion, @reneza/ats-adapter-github, @reneza/ats-adapter-beads

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry