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).
Run
npx -y @reneza/ats-mcp
MCP client config
{
"mcpServers": {
"agentic-task-system-ats": {
"command": "npx",
"args": [
"-y",
"@reneza/ats-mcp"
]
}
}
}