Skip to content
Cursor

slang workflows for Cursor

io.github.shofer-dev/slang-workflows

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

client:Cursor transport:stdio runtime:npm

Install slang workflows in Cursor

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

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

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

slang workflows in other clients