Agentic Task System (ATS) for Cursor
io.github.renezander030/agentic-task-system
MCP server giving AI agents persistent task memory across TickTick, Notion, GitHub, Linear & Beads
client:Cursor
transport:stdio
runtime:npm
Install Agentic Task System (ATS) in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"agentic-task-system": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@reneza/ats-mcp"
],
"env": {
"ATS_ADAPTER": "<ATS_ADAPTER>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs