Skip to content
Zed

Dreamwork for Zed

io.github.ponder-surveys/dreamwork

AI job search agent — browse listings, generate packs, auto-apply

client:Zed transport:stdio runtime:npm

Install Dreamwork in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "dreamwork": {
      "command": "npx",
      "args": [
        "-y",
        "@dreamworkhq/mcp"
      ],
      "env": {
        "DREAMWORK_API_KEY": "<DREAMWORK_API_KEY>",
        "DREAMWORK_API_URL": "<DREAMWORK_API_URL>"
      }
    }
  }
}

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

Dreamwork in other clients