← Back to Plugins
MCP Server MCP

freehire

github By github 👁 3 views ▲ 0 votes

freehire.me: search 3.3M+ IT jobs from 294K company boards, track applications, tailor CVs.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "freehire-mcp",
      "version": "0.4.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "A freehire personal API key (freehire.me -> account menu -> API keys). Optional: if omitted, the server reads the key the freehire CLI stored in ~/.freehire/creds.json.",
          "format": "string",
          "isSecret": true,
          "placeholder": "fhk_xxxxxxxx",
          "name": "FREEHIRE_TOKEN"
        },
        {
          "description": "Override the API base URL. Defaults to https://freehire.me.",
          "format": "string",
          "default": "https://freehire.me",
          "name": "FREEHIRE_API_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...