MCP server giving AI agents persistent task memory across TickTick, Notion, GitHub, Linear & Beads
claude mcp add agentic-task-system -- npx -y @reneza/ats-mcp
claude_desktop_config.json
{
"mcpServers": {
"agentic-task-system": {
"command": "npx",
"args": [
"-y",
"@reneza/ats-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"agentic-task-system": {
"command": "npx",
"args": [
"-y",
"@reneza/ats-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"agentic-task-system": {
"command": "npx",
"args": [
"-y",
"@reneza/ats-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"agentic-task-system": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@reneza/ats-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"agentic-task-system": {
"command": "npx",
"args": [
"-y",
"@reneza/ats-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.renezander030--agentic-task-system/reviews or the review_server meta-tool.
POST /mcp