ultra-e2e-test tasks for Claude Desktop
io.github.hynix666/ultra-e2e-test
List, create and move tasks through todo, in progress and done.
client:Claude Desktop
transport:stdio
runtime:oci
Install ultra-e2e-test tasks in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"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>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs