Skip to content
Grok

Workflow Generator for Grok

io.github.askuma/workflow-generator

Architecture diagram with concurrency capacity and bottleneck estimates from any codebase.

client:Grok transport:stdio runtime:pypi

Install Workflow Generator in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "workflow-generator": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "workflow-generator-mcp"
      ]
    }
  }
}

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 Generator in other clients