OpenHire · 哨兵
About
Radar for remote AI/Infra jobs from employer ATS; your résumé never transits the server.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
OPENHIRE_DATABASE_URLClaude Code
claude mcp add --env OPENHIRE_DATABASE_URL= openhire -- uvx openhire
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"openhire","command":"uvx","args":["openhire"],"env":{"OPENHIRE_DATABASE_URL":""}}'
JSON
{
"mcpServers": {
"openhire": {
"command": "uvx",
"args": [
"openhire"
],
"env": {
"OPENHIRE_DATABASE_URL": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.