Skip to content
VS Code

Workflow Generator for VS Code

io.github.askuma/workflow-generator

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

client:VS Code transport:stdio runtime:pypi

Install Workflow Generator in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Workflow Generator in other clients