Skip to content
Grok

Workflow MCP for Grok

io.github.juliusolsson05/workflow-mcp

Session-bound Docker workflow server through Codex. State is discarded with the container.

client:Grok transport:stdio runtime:oci

Install Workflow MCP in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "workflow-mcp": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/juliusolsson/workflow-mcp@sha256:4b6889f9e78d0208e6d1d343ba23d0c5d092b1a1513a73c9c85deb2d00ab5855"
      ],
      "env": {
        "OPENAI_API_KEY": "<OPENAI_API_KEY>",
        "WORKFLOW_MCP_CONCURRENCY": "<WORKFLOW_MCP_CONCURRENCY>"
      }
    }
  }
}

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

Workflow MCP in other clients