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 who work with qdrant, rag and agent context and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-09-17 · ★ 12 · #39 OF 160 MAINTAINED PRODUCTIVITY · VERIFIED 2026-09-18

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.13.0 · 2026-09-13

A gate in front of every proposal. ats kg propose checks the triple against the store and the review queue before staging: a duplicate of an active or already-queued fact is a no-op (staged: false, exit 0); a…

v0.12.0 · 2026-09-05

One retry policy for every adapter's HTTP path. A 429, a gateway 5xx, a 500 whose body names a query or rate limit (TickTick's exceed_query_limit), a 403 carrying Retry-After or an exhausted rate-limit window (GitHub)…

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…

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 #39 of 160 actively-maintained productivity servers as of 2026-09-18.
release cadence
6 releases in the last 90 days (latest 2026-09-13)
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-09-18, its last commit was 2026-09-17 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 · Agoragentic Agent OS MCP · Raven · Rn Devtools Hub · Fable Cut · see all