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
{
"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