mcpbeat Sign in

Agentic Task System (ATS) MCP Server

by renezander030 Your server? Claim it
local only

Agentic Task System (ATS) runs on your own machine — the client starts it, so there is no endpoint to ping. 232 installs a week from npm. Last commit 17 Sep 2026.

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

Installs per day peak 161 · avg 32 · +14% w/w
a month agotoday
232
Installs / week
npm · @reneza/ats-mcp
12
Stars
0 open issues
17 Sep 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

What the code does

We read the source, 17 h ago · rules 3dff92dd89df

A tool parameter reaches a dangerous call

A value the model can set ends up inside a file or shell call. That is not a flaw by itself — for a terminal server it is the job — but it is where things go wrong when it is not.

A tool parameter reaches a file or shell call set_task_intent.projectId → packages/adapter-obsidian/vault.js:229, set_task_intent.projectId → packages/adapter-obsidian/vault.js:175, set_task_intent.projectId → packages/adapter-okf/bundle.js:299 и ещё 3
  fs.writeFileSync(abs, `${front}${input.content || ''}`);
Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] server.js:1
этот файл ставится пользователю, но в репозитории его нет
Runs an external command assets/build-og-card.py:54
    subprocess.run(
    fs.writeFileSync(path.join(dir, name), content);

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

A tool parameter here reaches a dangerous call

That is not a flaw by itself — but it is where things go wrong when it is not the job. We re-read this code on every release. Watch it and you hear from us the day another one appears.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add agentic-task-system -- npx -y @reneza/ats-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agentic-task-system": {
      "args": [
        "-y",
        "@reneza/ats-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.agentic-task-system]
command = "npx"
args = ["-y", "@reneza/ats-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "agentic-task-system": {
      "args": [
        "-y",
        "@reneza/ats-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "agentic-task-system": {
      "args": [
        "-y",
        "@reneza/ats-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: ATS_ADAPTER (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). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Agentic Task System (ATS)

same job, measured the same way
Contextforge MCP
by alfredoizdev

Persistent memory MCP server for Claude Code, Cursor, and GitHub Copilot.

197 installs/wk local only
I
InnoDay
by havilandsoftware

Unified ticketing MCP server for Jira, Linear, Trello, Notion, and GitHub Issues.

7 518 installs/wk local only
M
In Memoria
by pi22by7

Persistent codebase intelligence that gives AI assistants memory across sessions

97 installs/wk local only
I
In Memoria
by pi22by7

Persistent codebase intelligence that gives AI assistants memory across sessions

local only
ClawLink
by claw-link

MCP server connecting AI agents to 100+ apps (Gmail, Slack, Notion, GitHub) via one-click OAuth.

answering
Token Savior
by mibayy

Structural codebase MCP server with persistent memory: navigate by symbol, recall across sessions.

local only
Omni MCP Server
by bitofacoder

All-in-one MCP server: GitHub, Git, Slack, web fetch, memory, and filesystem. Agent Mode opt-in.

56 installs/wk local only
Memoize — persistent agent memory
by harrisonford

Persistent cross-session memory shared by Codex, Claude Code, ChatGPT, and other AI agents.

answering

Agentic Task System (ATS) — questions

Answers built from our own checks of this server.

Why is there no uptime for Agentic Task System (ATS)?
Agentic Task System (ATS) runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @reneza/ats-mcp was installed 232 times last week.
How do I connect Agentic Task System (ATS)?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @reneza/ats-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Agentic Task System (ATS)?
The npm package @reneza/ats-mcp was installed 232 times in the last week. Week over week that is +14%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Agentic Task System (ATS) open source?
Yes — it is published under the MIT licence, written in JavaScript and 12 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.