Skip to content
Zed

when for Zed

io.github.whenlabs-org/when

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

client:Zed transport:stdio runtime:npm

Install when in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

when in other clients