netcafe tasks for VS Code
com.ainetcafe/netcafe-tasks
Recurring agent jobs that run on our servers and ping you only when the result changed.
client:VS Code
transport:streamable-http
tools:6
Install netcafe tasks in VS Code
.vscode/mcp.json
{
"servers": {
"netcafe-tasks": {
"type": "http",
"url": "https://ainetcafe.com/mcp/tasks?s=registry"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs