Skip to content
VS Code

wiff for VS Code

io.github.xxxoooxoxo/wiff

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

client:VS Code transport:stdio runtime:npm

Install wiff in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

wiff in other clients