Skip to content
VS Code

OpenHire · 哨兵 for VS Code

io.github.gzchenhao/openhire

Job postings with real posting dates from Greenhouse/Lever/Ashby/Beisen/Moka ATS. 139 employers.

client:VS Code transport:stdio runtime:pypi

Install OpenHire · 哨兵 in VS Code

.vscode/mcp.json

{
  "inputs": [
    {
      "type": "promptString",
      "id": "openhire-database-url",
      "description": "OPENHIRE_DATABASE_URL",
      "password": true
    }
  ],
  "servers": {
    "openhire": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "openhire"
      ],
      "env": {
        "OPENHIRE_DATABASE_URL": "${input:openhire-database-url}"
      }
    }
  }
}

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

OpenHire · 哨兵 in other clients