Skip to content
VS Code

when for VS Code

io.github.whenlabs-org/when

The WhenLabs developer toolkit — 6 tools, 7 MCP endpoints, one install.

client:VS Code transport:stdio runtime:npm

Install when in VS Code

.vscode/mcp.json

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

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

when in other clients