Local GPU Imagegen for Cursor
io.github.zc4578980-tech/local-gpu-imagegen
MCP-first control plane for ComfyUI workflows with explicit approvals and no silent downloads.
client:Cursor
transport:stdio
runtime:pypi
Install Local GPU Imagegen in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"local-gpu-imagegen": {
"type": "stdio",
"command": "uvx",
"args": [
"local-gpu-imagegen"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs