Skip to content
Grok

cool workflow for Grok

io.github.coo1white/cool-workflow

Signed, cited, replayable workflows for Claude, Codex, Gemini, DeepSeek, and other agents.

client:Grok transport:stdio runtime:npm

Install cool workflow in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "cool-workflow": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "cool-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

cool workflow in other clients