Skip to content
VS Code

mcp gerajobs for VS Code

io.github.geraservicesuk/mcp-gerajobs

Search remote and local jobs, browse companies, apply and track status. OAuth to apply.

client:VS Code transport:stdio runtime:npm

Install mcp gerajobs in VS Code

.vscode/mcp.json

{
  "inputs": [
    {
      "type": "promptString",
      "id": "gerajobs-api-url",
      "description": "GERAJOBS_API_URL",
      "password": true
    }
  ],
  "servers": {
    "mcp-gerajobs": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@gera-services/mcp-gerajobs"
      ],
      "env": {
        "GERAJOBS_API_URL": "${input:gerajobs-api-url}"
      }
    }
  }
}

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

mcp gerajobs in other clients