Skip to content
Cursor

agent tasks for Cursor

io.github.keshrath/agent-tasks

Pipeline task management for AI agents - stages, dependencies, artifacts, claiming

client:Cursor transport:stdio runtime:npm

Install agent tasks in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "agent-tasks": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "agent-tasks"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

agent tasks in other clients