Agentic Task System (ATS) for VS Code
io.github.renezander030/agentic-task-system
MCP server giving AI agents persistent task memory across TickTick, Notion, GitHub, Linear & Beads
client:VS Code
transport:stdio
runtime:npm
Install Agentic Task System (ATS) in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "ats-adapter",
"description": "ATS_ADAPTER",
"password": true
}
],
"servers": {
"agentic-task-system": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@reneza/ats-mcp"
],
"env": {
"ATS_ADAPTER": "${input:ats-adapter}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs