Skip to content
Cursor

Cloudgate Workflow for Cursor

dev.cloudgate/workflow

Build and manage Cloudgate workflow-APIs: controllers, actions, workflow graphs, and databases.

client:Cursor transport:streamable-http

Install Cloudgate Workflow in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "workflow": {
      "url": "https://api.cloudgate.dev/mcp/workflow"
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Cloudgate Workflow in other clients