Skip to content
Cursor

ultra-e2e-test tasks for Cursor

io.github.hynix666/ultra-e2e-test

List, create and move tasks through todo, in progress and done.

client:Cursor transport:stdio runtime:oci

Install ultra-e2e-test tasks in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "ultra-e2e-test": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/hynix666/ultra-e2e-test-mcp-server:0.1.1"
      ],
      "env": {
        "TASK_API_URL": "<TASK_API_URL>",
        "TASK_API_TIMEOUT_MS": "<TASK_API_TIMEOUT_MS>"
      }
    }
  }
}

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

ultra-e2e-test tasks in other clients