Skip to content
Cursor

Dreamwork for Cursor

io.github.ponder-surveys/dreamwork

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

client:Cursor transport:stdio runtime:npm

Install Dreamwork in Cursor

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

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

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

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

Dreamwork in other clients