Skip to content
Grok

slang workflows for Grok

io.github.shofer-dev/slang-workflows

Provable, declarative multi-agent workflows for Claude Code (typed .slang, non-LLM executor).

client:Grok transport:stdio runtime:npm

Install slang workflows in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "slang-workflows": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "slang-workflows"
      ]
    }
  }
}

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

slang workflows in other clients