Agentic Task System (ATS) MCP Server

Your task manager is the best agent memory you're not using. ats is an MCP server and CLI that keeps AI-agent context in the task systems you already maintain - TickTick, Taskmaster, Beads, Obsidian, Notion, GitHub, Airtable, Google, or several at once through the composite adapter. It retrieves relevant tasks, notes, decisions, and runbooks with provenance, then can write results back when the active adapter…

People connecting productivity tools to Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-22 · ★ 11 · #50 OF 139 MAINTAINED PRODUCTIVITY · VERIFIED 2026-08-25

MIT · JavaScript servers · how we verify → /methodology

01 · Install Agentic Task System (ATS)

before you install - you'll need

ATS_ADAPTER

Environment variables documented in the project's README - it lists which are required and which have defaults.

Claude Code

claude mcp add renezander030-agentic-task-system -- npx -y @reneza/ats-mcp

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @reneza/ats-mcp - the @reneza scope differs from the repo owner (renezander030); confirm it's the project's official package

registry namespace io.github.renezander030 is GitHub-verified and matches the repo owner

03 · What Agentic Task System (ATS) can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.11.0 · 2026-08-22

A facts layer: ats kg. Durable subject–predicate–object knowledge beside the tasks, in an embedded append-only log (no graph server). Agents propose facts and retractions; a human ratifies - the only write path - and…

v0.10.1 · 2026-08-22

Key-protected Qdrant. The TickTick adapter sends an api-key header when QDRANT_API_KEY is set, so a Qdrant started with QDRANT__SERVICE__API_KEY - which answers 401 on every path except / - is usable rather than…

v0.10.0 · 2026-07-20

Reliable memory - five improvements that make ATS's memory more trustworthy and observable, each an extension of existing infrastructure rather than a rewrite. · Degraded-retrieval transparency - find returns degraded…

04 · Who maintains Agentic Task System (ATS)

Agentic Task System (ATS) is maintained by renezander030. It's the only MCP server we track from this author; the repo dates to May 2026.

05 · Facts

category
productivity - ranked #50 of 139 actively-maintained productivity servers as of 2026-08-25.
release cadence
6 releases in the last 90 days (latest 2026-08-22)
registry
io.github.renezander030/agentic-task-system (active, first published 2026-06-26 · 2 versions)
packages
npm:@reneza/ats-mcp

06 · Agentic Task System (ATS) FAQ

What is Agentic Task System (ATS)?

Your task manager is the best agent memory you're not using. ats is an MCP server and CLI that keeps AI-agent context in the task systems you already maintain - TickTick, Taskmaster, Beads, Obsidian, Notion, GitHub, Airtable, Google, or several at once through the composite adapter. It retrieves relevant tasks, notes, decisions, and runbooks with provenance, then can write results back when the active adapter…

Is Agentic Task System (ATS) still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-22 and it shipped 6 releases in the last 90 days. We re-verify nightly.

How do I install Agentic Task System (ATS)?

Run `npx -y @reneza/ats-mcp`. The README documents one environment variable (ATS_ADAPTER) to set first. You can also paste the ready-made client config above.

Does Agentic Task System (ATS) run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Agentic Task System (ATS)

More productivity MCP servers · Backburner · Jira Alerts (JSM Operations) · Frappe Dev MCP Server · LINZA · Nouz

More JavaScript MCP servers · Replenish Radar · Replynodes MCP Server · Agoragentic Agent OS MCP · Raven · Fable Cut · see all