Before you connect
- Mint a company API key at Org → API. Any admin can create one.
- Copy the secret when it appears. Prefix is
hf_. - Keep the secret in an environment variable or a private config. Do not commit it.
Connect Cursor
Create.cursor/mcp.json in the project, or ~/.cursor/mcp.json for every project:
Connect Claude Code
Run this in the terminal:--scope local is the default (this project, you only). --scope project writes .mcp.json for the team. --scope user is every project for you.
If the header would land in a shared file, use an environment variable your shell already has, not the raw secret.
Run /mcp in Claude Code and confirm Hotfix is connected.
Connect VS Code
Create.vscode/mcp.json in the workspace:
Connect another client
Add Hotfix as a remote MCP server.- Transport: Streamable HTTP
- URL:
https://rest.hotfix.jobs/mcp - Header:
Authorization: Bearer hf_…
mcp-remote and pass the same URL and header. Do not run an unofficial hiring server.
Troubleshooting
A bad or missing key returns401 before a tool runs.
https://rest.hotfix.jobs/mcp. mcp.hotfix.jobs is on the host allowlist, but DNS for that host is not wired.
There is no OAuth login. If the client asks you to authorize in a browser, switch it to a bearer header.
Next: Supported tools.