ultra-e2e-test tasks for Grok
io.github.hynix666/ultra-e2e-test
List, create and move tasks through todo, in progress and done.
client:Grok
transport:stdio
runtime:oci
Install ultra-e2e-test tasks in Grok
.mcp.json (in your project root)
{
"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>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs