Skip to content
VS Code

JobDataLake for VS Code

io.github.echojobsio/jdl-mcp-server

Search 1M+ enriched job listings. Filter by skills, salary, location, and more. Free.

client:VS Code transport:stdio runtime:npm

Install JobDataLake in VS Code

.vscode/mcp.json

{
  "inputs": [
    {
      "type": "promptString",
      "id": "jdl-api-key",
      "description": "JDL_API_KEY",
      "password": true
    }
  ],
  "servers": {
    "jdl-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@jobdatalake/mcp-server"
      ],
      "env": {
        "JDL_API_KEY": "${input:jdl-api-key}"
      }
    }
  }
}

VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs

JobDataLake in other clients