MCP Task Orchestrator for Grok
io.github.jpicklyk/task-orchestrator
Server-enforced workflow discipline for AI agents: work items, dependency graphs, quality gates
client:Grok
transport:stdio
runtime:oci
Install MCP Task Orchestrator in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"task-orchestrator": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/jpicklyk/task-orchestrator:3.14.0"
],
"env": {
"DATABASE_PATH": "<DATABASE_PATH>",
"USE_FLYWAY": "<USE_FLYWAY>",
"AGENT_CONFIG_DIR": "<AGENT_CONFIG_DIR>",
"MCP_TRANSPORT": "<MCP_TRANSPORT>",
"MCP_HTTP_PORT": "<MCP_HTTP_PORT>",
"LOG_LEVEL": "<LOG_LEVEL>"
}
}
}
}
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