OpenHire · 哨兵 for Cursor
io.github.gzchenhao/openhire
Job postings with real posting dates from Greenhouse/Lever/Ashby/Beisen/Moka ATS. 139 employers.
client:Cursor
transport:stdio
runtime:pypi
Install OpenHire · 哨兵 in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"openhire": {
"type": "stdio",
"command": "uvx",
"args": [
"openhire"
],
"env": {
"OPENHIRE_DATABASE_URL": "<OPENHIRE_DATABASE_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs