Skip to content

Workflow Generator for Zed

io.github.askuma/workflow-generator

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

client:Zed transport:stdio runtime:pypi

Install Workflow Generator in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "workflow-generator": {
      "command": "uvx",
      "args": [
        "workflow-generator-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Workflow Generator in other clients