Loading MCP server directory, please wait...
List, create and move tasks through todo, in progress and done.
npx @getmcp/cli add io.github.hynix666/ultra-e2e-testRequires Docker Engine. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.hynix666/ultra-e2e-test": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"TASK_API_URL",
"-e",
"TASK_API_TIMEOUT_MS",
"ghcr.io/hynix666/ultra-e2e-test-mcp-server:0.1.1"
],
"env": {
"TASK_API_URL": "http://localhost:8080",
"TASK_API_TIMEOUT_MS": "10000"
}
}
}
}