Skip to content
Cursor

Awaitless for Cursor

io.github.xpluspro/awaitless

Durable execution and named concurrency queues for coding agents across local, SSH, and Slurm.

client:Cursor transport:stdio runtime:pypi

Install Awaitless in Cursor

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

{
  "mcpServers": {
    "awaitless": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "awaitless-runner"
      ]
    }
  }
}

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

Awaitless in other clients