Skip to content
Cursor

wiff for Cursor

io.github.xxxoooxoxo/wiff

Deterministic, resumable multi-agent workflows across Codex, Claude, Cursor, and Kimi.

client:Cursor transport:stdio runtime:npm

Install wiff in Cursor

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

{
  "mcpServers": {
    "wiff": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@xxxoooxoxo/wiff"
      ]
    }
  }
}

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

wiff in other clients