Skip to content
Grok

Cloudgate Workflow for Grok

dev.cloudgate/workflow

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

client:Grok transport:streamable-http

Install Cloudgate Workflow in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Cloudgate Workflow in other clients