Cloudgate Workflow for Claude Desktop
dev.cloudgate/workflow
Build and manage Cloudgate workflow-APIs: controllers, actions, workflow graphs, and databases.
client:Claude Desktop
transport:streamable-http
Install Cloudgate Workflow in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"workflow": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.cloudgate.dev/mcp/workflow"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs