Skip to content
Zed

ultra-e2e-test tasks for Zed

io.github.hynix666/ultra-e2e-test

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

client:Zed transport:stdio runtime:oci

Install ultra-e2e-test tasks in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "ultra-e2e-test": {
      "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>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

ultra-e2e-test tasks in other clients