Workflow Generator for Cursor
io.github.askuma/workflow-generator
Architecture diagram with concurrency capacity and bottleneck estimates from any codebase.
client:Cursor
transport:stdio
runtime:pypi
Install Workflow Generator in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"workflow-generator": {
"type": "stdio",
"command": "uvx",
"args": [
"workflow-generator-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs