Odel
Agentic Task System (ATS)

Agentic Task System (ATS)

Local
@renezander03011JavaScriptMITUpdated 1w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@reneza/ats-mcpv0.9.0

Run

npx -y @reneza/ats-mcp

MCP client config

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